Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ recordSkillUsage
Function
recordSkillUsage
src/tools/SkillTool/SkillTool.test.ts:110–112 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
108
for
(
const
skillUsagePath of skillUsagePaths) {
109
mock.module(skillUsagePath, () => ({
110
recordSkillUsage(name: string) {
111
recordedSkillUsages.push(name)
112
},
113
}))
114
}
115
Callers
2
call
Function · 0.70
executeRemoteSkill
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected