Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
func
(b *closeBuffer) Write(p []byte) (n int, err error) {
204
return
b.buf.Write(p)
205
}
206
207
func
(b *closeBuffer) WriteByte(t byte) error {
208
return
b.buf.WriteByte(t)
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected