Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Subtypes
Method
Subtypes
vector/fusion.go:59–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(f *Fusion) Subtypes() []super.Type {
60
f.mu.Lock()
61
defer
f.mu.Unlock()
62
if
f.subtypes == nil {
63
f.subtypes = f.loader.Load()
64
}
65
return
f.subtypes
66
}
Callers
2
Serialize
Method · 0.95
Write
Method · 0.80
Calls
1
Load
Method · 0.65
Tested by
no test coverage detected