Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
21
func
(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
bb
Function · 0.85
Tested by
no test coverage detected