MCPcopy Create free account
hub / github.com/algolia/cli / NewFlowTracker

Function NewFlowTracker

pkg/telemetry/events.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func NewFlowTracker() *FlowTracker {
100 return &FlowTracker{start: time.Now()}
101}
102
103// SetStep records the step the flow is entering.
104func (f *FlowTracker) SetStep(step Step) {

Callers 15

RunOAuthFlowFunction · 0.92
RunFunction · 0.92
TestTrackCreateOutcomeFunction · 0.92
runCreateCmdFunction · 0.92
TestAuthCompletedFunction · 0.85
TestAuthAbortedFunction · 0.85
TestAuthFailedFunction · 0.85

Calls

no outgoing calls