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

Method Unset

internal/editorconfig/editor.go:52–52  ·  view source on GitHub ↗
(scope Scope, keyPath string)

Source from the content-addressed store, hash-verified

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}
54
55// spec is the static metadata for one editor. pathFn is called late so

Callers 5

UnsetMethod · 0.65
configUnsetCommandMethod · 0.65

Implementers 3

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

Calls

no outgoing calls