MCPcopy
hub / github.com/valyala/quicktemplate / Reset

Method Reset

bytebuffer.go:21–23  ·  view source on GitHub ↗

Reset resets the byte buffer.

()

Source from the content-addressed store, hash-verified

19
20// Reset resets the byte buffer.
21func (b *ByteBuffer) Reset() {
22 bb(b).Reset()
23}
24
25// AcquireByteBuffer returns new ByteBuffer from the pool.
26//

Callers

nothing calls this directly

Calls 1

bbFunction · 0.85

Tested by

no test coverage detected