MCPcopy Create free account
hub / github.com/egonelbre/exp / Reset

Method Reset

bench/bulkencoder/encoder_test.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (enc *BulkEncoder) Reset() {
51 enc.fill, enc.off, enc.at = 0, 0, 0
52}
53
54type ByteEncoder struct {
55 at uint64

Callers 6

BenchmarkBulk_byteFunction · 0.95
BenchmarkBulk_4xbyteFunction · 0.95
BenchmarkBulk_uint32Function · 0.95
BenchmarkBulk_4xuint32Function · 0.95
BenchmarkBulk_mixFunction · 0.95
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected