MCPcopy
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.
16func (b *ByteBuffer) Write(p []byte) (int, error) {
17 return bb(b).Write(p)
18}
19
20// Reset resets the byte buffer.
21func (b *ByteBuffer) Reset() {

Callers

nothing calls this directly

Calls 1

bbFunction · 0.85

Tested by

no test coverage detected