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

Method Write

pkg/controller/rtctrl/logstore_test.go:203–205  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

201}
202
203func (b *closeBuffer) Write(p []byte) (n int, err error) {
204 return b.buf.Write(p)
205}
206
207func (b *closeBuffer) WriteByte(t byte) error {
208 return b.buf.WriteByte(t)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected