MCPcopy Index your code
hub / github.com/Monibuca/engine / Reset

Method Reset

util/buffer.go:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func (b *Buffer) Reset() {
215 *b = b.SubBuf(0, 0)
216}
217
218func (b *Buffer) Split(n int) (result net.Buffers) {
219 origin := *b

Callers 2

RunFunction · 0.95
RellocMethod · 0.95

Calls 1

SubBufMethod · 0.95

Tested by

no test coverage detected