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

Method Description

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

Source from the content-addressed store, hash-verified

42type ToolConfig interface {
43 Name() string
44 Description() string
45 Format() Format
46 PathFor(Scope) string
47 UserPaths() []string

Callers 2

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

no test coverage detected