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