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

Method Serialize

vector/error.go:33–35  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

31}
32
33func (e *Error) Serialize(b *scode.Builder, slot uint32) {
34 e.Vals.Serialize(b, slot)
35}
36
37func NewStringError(sctx *super.Context, msg string, len uint32) *Error {
38 vals := NewConstString(msg, len)

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.65

Tested by

no test coverage detected