Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ Read
Method
Read
pkg/controller/rtctrl/logstore_test.go:199–201 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
197
}
198
199
func
(b *closeBuffer) Read(p []byte) (n int, err error) {
200
return
b.buf.Read(p)
201
}
202
203
func
(b *closeBuffer) Write(p []byte) (n int, err error) {
204
return
b.buf.Write(p)
Callers
1
stdlogHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected