Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Close
Method
Close
csup/writer.go:125–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(v *ValWriter) Close() error {
126
err := v.serializer.Push(v.builder.Build(v.sctx))
127
if
closeErr := v.serializer.Close(); err == nil {
128
err = closeErr
129
}
130
return
err
131
}
Callers
1
WriteCSUP
Function · 0.95
Calls
3
Push
Method · 0.65
Build
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected