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

Function localName

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

Source from the content-addressed store, hash-verified

841 return r.RegistryName
842}
843func localName(l *registry.InstalledSkillInfo) string {
844 if l == nil {
845 return ""
846 }
847 return l.Name
848}
849func localDescription(l *registry.InstalledSkillInfo) string {
850 if l == nil {
851 return ""

Callers 3

printSkillInfoHeaderMethod · 0.85

Calls

no outgoing calls

Tested by 2