Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
func
(e *errorBuilder) Build(sctx *super.Context) Any {
176
return
NewError(e.typ, e.Builder.Build(sctx))
177
}
178
179
type
arraySetBuilder
struct
{
180
typ super.Type
Callers
nothing calls this directly
Calls
2
NewError
Function · 0.85
Build
Method · 0.65
Tested by
no test coverage detected