Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ WriteError
Method
WriteError
api/queryio/writer.go:80–82 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(w *Writer) WriteError(err error) {
81
w.WriteControl(api.QueryError{Error: err.Error()})
82
}
83
84
func
(w *Writer) WriteControl(value any) error {
85
if
!w.ctrl {
Callers
1
handleQuery
Function · 0.95
Calls
2
WriteControl
Method · 0.95
Error
Method · 0.45
Tested by
no test coverage detected