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

Method Write

bsupbytes/serializer.go:31–37  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

29}
30
31func (s *Serializer) Write(v any) error {
32 rec, err := s.marshaler.Marshal(v)
33 if err != nil {
34 return err
35 }
36 return s.writer.Write(rec)
37}
38
39// Bytes returns a slice holding the serialized values. Close must be called
40// before Bytes.

Callers 5

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

Calls 2

WriteMethod · 0.65
MarshalMethod · 0.45

Tested by 1

TestClientRedirectReplayFunction · 0.76