Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(n *Net) Serialize(b *scode.Builder, slot uint32) {
33
b.Append(super.EncodeNet(n.Values[slot]))
34
}
35
36
func
NetValue(val Any, slot uint32) netip.Prefix {
37
switch
val := val.(
type
) {
Callers
nothing calls this directly
Calls
2
EncodeNet
Function · 0.92
Append
Method · 0.45
Tested by
no test coverage detected