MCPcopy Create free account
hub / github.com/TanStack/cli / getInvocationTelemetryProperties

Function getInvocationTelemetryProperties

packages/cli/src/cli.ts:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104function getInvocationTelemetryProperties() {
105 return {
106 invoked_by_agent: process.argv.includes(AGENT_FLAG),
107 }
108}
109
110function getStarterTelemetryProperties(value?: string) {
111 if (!value) {

Callers 1

runWithTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected