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

Method Decorate

bsupbytes/serializer.go:27–29  ·  view source on GitHub ↗
(style sup.TypeStyle)

Source from the content-addressed store, hash-verified

25}
26
27func (s *Serializer) Decorate(style sup.TypeStyle) {
28 s.marshaler.Decorate(style)
29}
30
31func (s *Serializer) Write(v any) error {
32 rec, err := s.marshaler.Marshal(v)

Callers 5

writeMagicMethod · 0.95
SerializeMethod · 0.95
serializeMethod · 0.95
commitMethod · 0.95
NewSerializerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected