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

Method Notify

pkg/controller/rtctrl/request.go:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 store.Wait()
199}
200func (info *RequestInfo) Notify() {
201 select {
202 case info.SyncChannel <- struct{}{}:
203 default:
204 }
205}
206
207func (info *RequestInfo) StepDone(state rtCtrlInvokeStage) {
208 if info.Input != nil && info.Input.EnableMetrics {

Callers 6

sendHTTPRequestLoopMethod · 0.80
InvokeDoneMethod · 0.80
stopRuntimeMethod · 0.80
SetupSignalHandlerFunction · 0.80
SetupSignalHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected