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

Method IsContainer

value.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (v Value) IsContainer() bool {
153 return IsContainerType(v.Type())
154}
155
156// String implements fmt.Stringer.String. It should only be used for logs,
157// debugging, etc. Any caller that requires a specific output format should use

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
IsContainerTypeFunction · 0.85

Tested by

no test coverage detected