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

Method Set

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

Source from the content-addressed store, hash-verified

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}
54

Implementers 3

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

Calls

no outgoing calls