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

Function localDescription

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

Source from the content-addressed store, hash-verified

847 return l.Name
848}
849func localDescription(l *registry.InstalledSkillInfo) string {
850 if l == nil {
851 return ""
852 }
853 return l.Description
854}
855func localVersion(l *registry.InstalledSkillInfo) string {
856 if l == nil {
857 return ""

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2