Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
type
UserLogFile
interface
{
28
Write(l *UserLog, buf []byte) (int, error)
29
Close() error
30
}
31
Callers
15
prepareRuntimeConf
Method · 0.65
prepareEnvConf
Method · 0.65
TestHelperProcess
Function · 0.65
makeHTTPResponse
Function · 0.65
InvokeHandler
Function · 0.65
TestRegistryClient_GetFunction
Function · 0.65
TestRegistryClient_GetFunctionNotFound
Function · 0.65
TestRegistryClient_GetRuntimeConfiguration
Function · 0.65
setupHijackConn
Function · 0.65
WriteStdLog
Method · 0.65
Write
Method · 0.65
TestSendHTTPRequestLoop
Function · 0.65
Implementers
5
closeBuffer
pkg/controller/rtctrl/logstore_test.go
DiodeWriter
pkg/util/logs/diode.go
mockConn
pkg/util/httptest/mockconn.go
JSONLogFile
pkg/userlog/json/jsonlogfile.go
plainLogFile
pkg/userlog/plain/plainlogfile.go
Calls
no outgoing calls
Tested by
9
TestHelperProcess
Function · 0.52
InvokeHandler
Function · 0.52
TestRegistryClient_GetFunction
Function · 0.52
TestRegistryClient_GetFunctionNotFound
Function · 0.52
TestRegistryClient_GetRuntimeConfiguration
Function · 0.52
WriteStdLog
Method · 0.52
Write
Method · 0.52
TestSendHTTPRequestLoop
Function · 0.52
TestPlainLogfile
Function · 0.52