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

Method invokeCleanup

pkg/controller/rtctrl/client.go:140–142  ·  view source on GitHub ↗
(reqinfo *RequestInfo, runtime *RuntimeInfo)

Source from the content-addressed store, hash-verified

138}
139
140func (s *RuntimeClient) invokeCleanup(reqinfo *RequestInfo, runtime *RuntimeInfo) {
141 runtime.InvokeDone(reqinfo, false)
142}
143
144func (s *RuntimeClient) InvokeFunction(input *InvocationInput) (output *InvocationOutput) {
145 var errorMessage string

Callers 1

InvokeFunctionMethod · 0.95

Calls 1

InvokeDoneMethod · 0.45

Tested by

no test coverage detected