MCPcopy 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
59func (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

SerializeMethod · 0.95
WriteMethod · 0.80

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected