MCPcopy Create free account
hub / github.com/diillson/chatcli / localSource

Function localSource

cli/skill_handler.go:861–866  ·  view source on GitHub ↗
(l *registry.InstalledSkillInfo)

Source from the content-addressed store, hash-verified

859 return l.Version
860}
861func localSource(l *registry.InstalledSkillInfo) string {
862 if l == nil {
863 return ""
864 }
865 return l.Source
866}
867
868// Prefer manages source preferences for skills with name conflicts.
869// Usage:

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2