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

Method Write

pkg/userlog/userlog.go:28–28  ·  view source on GitHub ↗
(l *UserLog, buf []byte)

Source from the content-addressed store, hash-verified

26
27type UserLogFile interface {
28 Write(l *UserLog, buf []byte) (int, error)
29 Close() error
30}
31

Callers 15

prepareRuntimeConfMethod · 0.65
prepareEnvConfMethod · 0.65
TestHelperProcessFunction · 0.65
makeHTTPResponseFunction · 0.65
InvokeHandlerFunction · 0.65
setupHijackConnFunction · 0.65
WriteStdLogMethod · 0.65
WriteMethod · 0.65
TestSendHTTPRequestLoopFunction · 0.65

Implementers 5

closeBufferpkg/controller/rtctrl/logstore_test.go
DiodeWriterpkg/util/logs/diode.go
mockConnpkg/util/httptest/mockconn.go
JSONLogFilepkg/userlog/json/jsonlogfile.go
plainLogFilepkg/userlog/plain/plainlogfile.go

Calls

no outgoing calls

Tested by 9

TestHelperProcessFunction · 0.52
InvokeHandlerFunction · 0.52
WriteStdLogMethod · 0.52
WriteMethod · 0.52
TestSendHTTPRequestLoopFunction · 0.52
TestPlainLogfileFunction · 0.52