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

Method startStep

packages/cli/src/telemetry.ts:216–225  ·  view source on GitHub ↗
(info: StatusEvent)

Source from the content-addressed store, hash-verified

214 }
215
216 startStep(info: StatusEvent) {
217 if (!this.enabled) {
218 return
219 }
220
221 this.pendingSteps.set(info.id, {
222 startedAt: Date.now(),
223 type: info.type,
224 })
225 }
226
227 finishStep(id: string) {
228 if (!this.enabled) {

Callers 15

createUIEnvironmentFunction · 0.80
telemetry.test.tsFile · 0.80
writeFilesFunction · 0.80
runSpecialStepsFunction · 0.80
installShadcnComponentsFunction · 0.80
setupIntentFunction · 0.80
writeFilesFunction · 0.80
runNewCommandsFunction · 0.80
addToAppFunction · 0.80
writeFilesFunction · 0.80

Calls 2

setMethod · 0.80
nowMethod · 0.80

Tested by

no test coverage detected