MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / skillPath

Function skillPath

skills/tool.go:128–133  ·  view source on GitHub ↗
(skill SkillSpec)

Source from the content-addressed store, hash-verified

126}
127
128func skillPath(skill SkillSpec) string {
129 if skill.SkillFile != "" {
130 return skill.SkillFile
131 }
132 return skill.Directory
133}

Callers 1

ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected