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

Method SetStep

pkg/telemetry/events.go:104–109  ·  view source on GitHub ↗

SetStep records the step the flow is entering.

(step Step)

Source from the content-addressed store, hash-verified

102
103// SetStep records the step the flow is entering.
104func (f *FlowTracker) SetStep(step Step) {
105 if f == nil {
106 return
107 }
108 f.step = step
109}
110
111// Step returns the step the flow is currently in.
112func (f *FlowTracker) Step() Step {

Callers 13

TestAuthAbortedFunction · 0.95
TestAuthFailedFunction · 0.95
RunOAuthFunction · 0.80
runOAuthFlowStepsFunction · 0.80
changePlanFunction · 0.80
createApplicationFunction · 0.80

Calls

no outgoing calls