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

Method UserPaths

internal/editorconfig/json_tool.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23func (c *jsonToolConfig) Format() Format { return FormatJSON }
24
25func (c *jsonToolConfig) UserPaths() []string {
26 return c.spec.resolveUserPaths()
27}
28
29func (c *jsonToolConfig) ProjectPath() string {
30 if c.spec.projectPath == "" {

Callers 1

PathForMethod · 0.95

Calls 1

resolveUserPathsMethod · 0.80

Tested by

no test coverage detected