MCPcopy Create free account
hub / github.com/brimdata/super / Bytes

Method Bytes

bsupbytes/serializer.go:41–43  ·  view source on GitHub ↗

Bytes returns a slice holding the serialized values. Close must be called before Bytes.

()

Source from the content-addressed store, hash-verified

39// Bytes returns a slice holding the serialized values. Close must be called
40// before Bytes.
41func (s *Serializer) Bytes() []byte {
42 return s.buffer.Bytes()
43}
44
45func (s *Serializer) Close() error {
46 return s.writer.Close()

Callers 5

TestClientRedirectReplayFunction · 0.95
writeMagicMethod · 0.95
SerializeMethod · 0.95
serializeMethod · 0.95
commitMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestClientRedirectReplayFunction · 0.76