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

Method updateStreamMode

pkg/controller/rtctrl/runtimeinfo.go:141–143  ·  view source on GitHub ↗

updateStreamMode: update runtime stream mode

(mode bool)

Source from the content-addressed store, hash-verified

139
140// updateStreamMode: update runtime stream mode
141func (info *RuntimeInfo) updateStreamMode(mode bool) {
142 info.WithStreamMode = mode
143}
144
145// IsRunnerDefunct
146func (info *RuntimeInfo) IsRunnerDefunct(deadline time.Time) bool {

Callers 5

opOccupySetMethod · 0.95
opRollbackSetMethod · 0.95
stopRuntimeMethod · 0.95
TestSendHTTPRequestLoopFunction · 0.80
TestInvocationWithStreamFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSendHTTPRequestLoopFunction · 0.64
TestInvocationWithStreamFunction · 0.64