MCPcopy 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

108for (const skillUsagePath of skillUsagePaths) {
109 mock.module(skillUsagePath, () => ({
110 recordSkillUsage(name: string) {
111 recordedSkillUsages.push(name)
112 },
113 }))
114}
115

Callers 2

callFunction · 0.70
executeRemoteSkillFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected