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

Method ProjectPath

internal/editorconfig/editor.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 PathFor(Scope) string
47 UserPaths() []string
48 ProjectPath() string
49 Load(Scope) (data map[string]any, path string, err error)
50 LoadAll() map[string]ScopedConfig
51 Set(scope Scope, keyPath string, value any) (savedPath string, err error)

Callers 3

TestProjectScopePathFunction · 0.65
ListFilesMethod · 0.65
configListCommandMethod · 0.65

Implementers 3

yamlToolConfiginternal/editorconfig/yaml_tool.go
tomlToolConfiginternal/editorconfig/toml_tool.go
jsonToolConfiginternal/editorconfig/json_tool.go

Calls

no outgoing calls

Tested by 1

TestProjectScopePathFunction · 0.52