Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
func
(b *closeBuffer) WriteByte(t byte) error {
208
return
b.buf.WriteByte(t)
209
}
210
211
func
(b *closeBuffer) Bytes() []byte {
212
return
b.buf.Bytes()
Callers
3
WriteStdLog
Method · 0.80
ffjsonWriteJSONBytesAsString
Function · 0.80
Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected