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

Method Serialize

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

Source from the content-addressed store, hash-verified

28}
29
30func (i *IP) Serialize(b *scode.Builder, slot uint32) {
31 b.Append(super.EncodeIP(i.Values[slot]))
32}
33
34func IPValue(val Any, slot uint32) netip.Addr {
35 switch val := val.(type) {

Callers

nothing calls this directly

Calls 2

EncodeIPFunction · 0.92
AppendMethod · 0.45

Tested by

no test coverage detected