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

Method Serialize

vector/net.go:32–34  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

30}
31
32func (n *Net) Serialize(b *scode.Builder, slot uint32) {
33 b.Append(super.EncodeNet(n.Values[slot]))
34}
35
36func NetValue(val Any, slot uint32) netip.Prefix {
37 switch val := val.(type) {

Callers

nothing calls this directly

Calls 2

EncodeNetFunction · 0.92
AppendMethod · 0.45

Tested by

no test coverage detected