class ChefCLI::Policyfile::GitLockFetcher

def installed?

COPYPASTA from CookbookOmnifetch
def installed?
  !!(revision && cache_path.exist?)
end