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

Method Close

pkg/userlog/userlog.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27type UserLogFile interface {
28 Write(l *UserLog, buf []byte) (int, error)
29 Close() error
30}
31
32// UserLog marshals encoded JSONLog objects

Callers 15

prepareRuntimeConfMethod · 0.65
prepareEnvConfMethod · 0.65
ReaderToLogFunction · 0.65
CopyFileFunction · 0.65
GenerateHostsFileFunction · 0.65
AppendHostsFileFunction · 0.65
prepareProjectFilesMethod · 0.65
syncExistsProjectsMethod · 0.65
addToFileMethod · 0.65
TestAddToFileFunction · 0.65
TestRemoveFromFileFunction · 0.65
TestHelperProcessFunction · 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 8

TestAddToFileFunction · 0.52
TestRemoveFromFileFunction · 0.52
TestHelperProcessFunction · 0.52
TestUnregisterHandlersFunction · 0.52
TestPrefixHandlersFunction · 0.52
TestFileSerializationFunction · 0.52
TestMountedFunction · 0.52
TestPlainLogfileFunction · 0.52