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

Method WriteString

pkg/util/httptest/response.go:59–61  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

57}
58
59func (h *ResponseHijacker) WriteString(str string) (int, error) {
60 return h.ResponseRecorder.WriteString(str)
61}
62
63func (h *ResponseHijacker) Flush() {
64 h.ResponseRecorder.Flush()

Callers 15

prepareRuntimeConfMethod · 0.80
AppendHostsFileFunction · 0.80
addToFileMethod · 0.80
HealthzHandlerMethod · 0.80
WriteFunctionLogMethod · 0.80
Md5BceUidFunction · 0.80
ErrResponseFunction · 0.80
HelloWorldHandlerFunction · 0.80
HelloWorldHandlerFunction · 0.80
WriteWithErrorLogMethod · 0.80
WriteWithWarmLogMethod · 0.80
TestMountedFunction · 0.80

Calls

no outgoing calls

Tested by 2

WriteFunctionLogMethod · 0.64
TestMountedFunction · 0.64