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

Method Build

vector/builder.go:175–177  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

173}
174
175func (e *errorBuilder) Build(sctx *super.Context) Any {
176 return NewError(e.typ, e.Builder.Build(sctx))
177}
178
179type arraySetBuilder struct {
180 typ super.Type

Callers

nothing calls this directly

Calls 2

NewErrorFunction · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected