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

Function entryPath

internal/metadata/refresh.go:639–651  ·  view source on GitHub ↗
(e repoEntry, kind string)

Source from the content-addressed store, hash-verified

637}
638
639func entryPath(e repoEntry, kind string) string {
640 switch kind {
641 case "skill":
642 return e.SkillsPath
643 case "agent":
644 return e.AgentsPath
645 case "instruction":
646 return e.AgentsPath
647 case "plugin":
648 return e.PluginPath
649 }
650 return ""
651}
652
653func defaultTargetApps(kind string) []string {
654 switch kind {

Callers 1

RefreshFromFilesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected