MCPcopy
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
48func (b *ByteBuffer) Reset() {
49 b.offset = 0
50}
51
52func (b *ByteBuffer) SetQuota(n int) {
53 b.quota = n

Callers 1

TestByteBufferResetFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestByteBufferResetFunction · 0.76