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

Struct ByteEncoder

bench/bulkencoder/encoder_test.go:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type ByteEncoder struct {
55 at uint64
56 data []byte
57}
58
59func NewByteEncoder(bytes int) *ByteEncoder {
60 return &ByteEncoder{data: make([]byte, bytes)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected