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

Method resolveUserPaths

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

Source from the content-addressed store, hash-verified

63}
64
65func (s spec) resolveUserPaths() []string {
66 resolved := make([]string, 0, len(s.userPaths))
67 for _, p := range s.userPaths {
68 resolved = append(resolved, pathutil.Expand(p))
69 }
70 return resolved
71}
72
73func (s spec) resolveProjectPath() string {
74 if s.projectPath == "" {

Callers 3

UserPathsMethod · 0.80
UserPathsMethod · 0.80
UserPathsMethod · 0.80

Calls 1

ExpandFunction · 0.92

Tested by

no test coverage detected