Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ closeBuffer
Struct
closeBuffer
pkg/controller/rtctrl/logstore_test.go:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
type
closeBuffer
struct
{
196
buf bytes.Buffer
197
}
198
199
func
(b *closeBuffer) Read(p []byte) (n int, err error) {
200
return
b.buf.Read(p)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected