MCPcopy Index your code
hub / github.com/coder/coder / nonNilFiles

Function nonNilFiles

coderd/x/chatd/chattool/skill.go:485–490  ·  view source on GitHub ↗
(files []string)

Source from the content-addressed store, hash-verified

483}
484
485func nonNilFiles(files []string) []string {
486 if files == nil {
487 return []string{}
488 }
489 return files
490}
491
492// findSkill looks up a skill by name in the current skill list.
493func findSkill(

Callers 1

ReadSkillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected