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

Method Step

pkg/telemetry/events.go:112–117  ·  view source on GitHub ↗

Step returns the step the flow is currently in.

()

Source from the content-addressed store, hash-verified

110
111// Step returns the step the flow is currently in.
112func (f *FlowTracker) Step() Step {
113 if f == nil {
114 return ""
115 }
116 return f.step
117}
118
119// DurationMS returns the time elapsed since the flow started, in milliseconds.
120func (f *FlowTracker) DurationMS() int64 {

Callers 8

AuthAbortedFunction · 0.80
AuthFailedFunction · 0.80
ApplicationCreateAbortedFunction · 0.80
ApplicationCreateFailedFunction · 0.80

Calls

no outgoing calls