Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ Write
Method
Write
bytebuffer.go:16–18 ·
view source on GitHub ↗
Write implements io.Writer.
(p []byte)
Source
from the content-addressed store, hash-verified
14
15
// Write implements io.Writer.
16
func
(b *ByteBuffer) Write(p []byte) (int, error) {
17
return
bb(b).Write(p)
18
}
19
20
// Reset resets the byte buffer.
21
func
(b *ByteBuffer) Reset() {
Callers
nothing calls this directly
Calls
1
bb
Function · 0.85
Tested by
no test coverage detected