Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
function
getInvocationTelemetryProperties() {
105
return
{
106
invoked_by_agent: process.argv.includes(AGENT_FLAG),
107
}
108
}
109
110
function
getStarterTelemetryProperties(value?: string) {
111
if
(!value) {
Callers
1
runWithTelemetry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected