Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepflowio/deepflow
/ Reset
Method
Reset
server/libs/utils/byte_buffer.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(b *ByteBuffer) Reset() {
49
b.offset = 0
50
}
51
52
func
(b *ByteBuffer) SetQuota(n int) {
53
b.quota = n
Callers
1
TestByteBufferReset
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestByteBufferReset
Function · 0.76