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

Function commandUsed

packages/arctic/src/telemetry/index.ts:151–153  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

149 }
150
151 export function commandUsed(command: string) {
152 track("command.used", { command })
153 }
154
155 export function providerAuthed(provider: string) {
156 track("provider.authed", { provider })

Callers

nothing calls this directly

Calls 1

trackFunction · 0.70

Tested by

no test coverage detected