Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
func
(b *Buffer) Reset() {
215
*b = b.SubBuf(0, 0)
216
}
217
218
func
(b *Buffer) Split(n int) (result net.Buffers) {
219
origin := *b
Callers
2
Run
Function · 0.95
Relloc
Method · 0.95
Calls
1
SubBuf
Method · 0.95
Tested by
no test coverage detected