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

Method mergeProperties

packages/cli/src/telemetry.ts:209–214  ·  view source on GitHub ↗
(properties: TelemetryProperties)

Source from the content-addressed store, hash-verified

207 }
208
209 mergeProperties(properties: TelemetryProperties) {
210 this.commandProperties = {
211 ...this.commandProperties,
212 ...properties,
213 }
214 }
215
216 startStep(info: StatusEvent) {
217 if (!this.enabled) {

Callers 4

captureCommandStartedMethod · 0.95
startDevWatchModeFunction · 0.80
handleCreateFunction · 0.80
cliFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected