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

Method UserPaths

internal/editorconfig/yaml_tool.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

PathForMethod · 0.95

Calls 1

resolveUserPathsMethod · 0.80

Tested by

no test coverage detected