Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ Receiver
Method
Receiver
pkg/controller/rtctrl/logstore.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
type
LogStatStore
interface
{
36
Receiver() string
37
String() string
38
WriteStdLog(from int, buf []byte, eof bool) (int, error)
39
WriteFunctionLog(log string) error
Callers
1
TestKunLogStatStore
Function · 0.65
Implementers
1
kunLogStatStore
pkg/controller/rtctrl/logstore.go
Calls
no outgoing calls
Tested by
1
TestKunLogStatStore
Function · 0.52