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

Function localVersion

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

Source from the content-addressed store, hash-verified

853 return l.Description
854}
855func localVersion(l *registry.InstalledSkillInfo) string {
856 if l == nil {
857 return ""
858 }
859 return l.Version
860}
861func localSource(l *registry.InstalledSkillInfo) string {
862 if l == nil {
863 return ""

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2