Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
485
func
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.
493
func
findSkill(
Callers
1
ReadSkill
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected