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

Method startRuntimeLoop

pkg/controller/rtctrl/runtime.go:99–106  ·  view source on GitHub ↗

startRuntimeLoop

(params *startRuntimeParams)

Source from the content-addressed store, hash-verified

97
98// startRuntimeLoop
99func (info *RuntimeInfo) startRuntimeLoop(params *startRuntimeParams) error {
100 if err := info.initRuntime(params); err != nil {
101 return err
102 }
103
104 info.recvResponseLoop()
105 return nil
106}
107
108// sendRequestLoop
109func (info *RuntimeInfo) sendRequestLoop(params *startRuntimeParams) {

Callers 2

TestHandleRuntimeInitFunction · 0.95
invokeHandlerMethod · 0.80

Calls 2

initRuntimeMethod · 0.95
recvResponseLoopMethod · 0.95

Tested by 1

TestHandleRuntimeInitFunction · 0.76