MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / fileExists

Function fileExists

internal/repoconfig/repoconfig.go:371–374  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

369}
370
371func fileExists(path string) bool {
372 _, err := os.Stat(path)
373 return err == nil
374}

Callers 1

MigrateRepoConfigFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected