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

Function remoteRegistryName

cli/skill_handler.go:837–842  ·  view source on GitHub ↗
(r *registry.SkillMeta)

Source from the content-addressed store, hash-verified

835 return r.Version
836}
837func remoteRegistryName(r *registry.SkillMeta) string {
838 if r == nil {
839 return ""
840 }
841 return r.RegistryName
842}
843func localName(l *registry.InstalledSkillInfo) string {
844 if l == nil {
845 return ""

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2