MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / StepDone

Method StepDone

pkg/controller/rtctrl/request.go:207–211  ·  view source on GitHub ↗
(state rtCtrlInvokeStage)

Source from the content-addressed store, hash-verified

205}
206
207func (info *RequestInfo) StepDone(state rtCtrlInvokeStage) {
208 if info.Input != nil && info.Input.EnableMetrics {
209 info.Output.Statistic.Metric.StepDone(state)
210 }
211}

Callers 6

sendHTTPRequestLoopMethod · 0.45
handleInvokeDoneMethod · 0.45
InvokeFunctionMethod · 0.45
InvokeFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected