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

Method WriteByte

pkg/controller/rtctrl/logstore_test.go:207–209  ·  view source on GitHub ↗
(t byte)

Source from the content-addressed store, hash-verified

205}
206
207func (b *closeBuffer) WriteByte(t byte) error {
208 return b.buf.WriteByte(t)
209}
210
211func (b *closeBuffer) Bytes() []byte {
212 return b.buf.Bytes()

Callers 3

WriteStdLogMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected