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

Method String

pkg/controller/rtctrl/logstore.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35type LogStatStore interface {
36 Receiver() string
37 String() string
38 WriteStdLog(from int, buf []byte, eof bool) (int, error)
39 WriteFunctionLog(log string) error
40 WriteFunctionReportLog(log string, params *reportParameters) error

Callers 15

ReadMethod · 0.95
prepareUserCodeMethod · 0.65
allocateIPMethod · 0.65
getIPMapMethod · 0.65
CreateBridgeFunction · 0.65
BindContainerMethod · 0.65
InitNetworkMethod · 0.65
SetContainerNetMethod · 0.65
CheckCodeMethod · 0.65
WriteSummaryMethod · 0.65

Implementers 1

kunLogStatStorepkg/controller/rtctrl/logstore.go

Calls

no outgoing calls

Tested by 7

TestKunLogStatStoreFunction · 0.52
getTmpSockFunction · 0.52
TestRuntimeDeleteFunction · 0.52
TestListenerFromAddressFunction · 0.52
TestInstallHandlerFunction · 0.52
TestMulitipleChecksFunction · 0.52
TestCriteriaForRequestFunction · 0.52