MCPcopy 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
199func (b *closeBuffer) Read(p []byte) (n int, err error) {
200 return b.buf.Read(p)
201}
202
203func (b *closeBuffer) Write(p []byte) (n int, err error) {
204 return b.buf.Write(p)

Callers 1

stdlogHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected