MCPcopy Create free account
hub / github.com/arctic-cli/interface / toolInvoked

Function toolInvoked

packages/arctic/src/telemetry/index.ts:147–149  ·  view source on GitHub ↗
(tool: string)

Source from the content-addressed store, hash-verified

145 }
146
147 export function toolInvoked(tool: string) {
148 track("tool.invoked", { tool })
149 }
150
151 export function commandUsed(command: string) {
152 track("command.used", { command })

Callers

nothing calls this directly

Calls 1

trackFunction · 0.70

Tested by

no test coverage detected