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

Method LoadAll

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

Source from the content-addressed store, hash-verified

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)
52 Unset(scope Scope, keyPath string) (found bool, savedPath string, err error)
53}

Callers 1

showEditorConfigFunction · 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

no test coverage detected