Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Error
Method
Error
internal/multierr/error.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(e *Error) Error() string {
47
return
fmt.Sprintf(
"multiple errors: %d errors"
, len(e.errs))
48
}
49
50
func
New() *Error {
51
return
&Error{}
Callers
15
TestUpdateErrors
Function · 0.95
extractSqlErr
Method · 0.95
toColumn
Function · 0.45
normalizeErr
Function · 0.45
TestAnalyzer_InvalidQuery
Function · 0.45
TestFormat
Function · 0.45
TestJsonSchema
Function · 0.45
Verify
Function · 0.45
createdb.go
File · 0.45
TestParseQueryParams
Function · 0.45
NewStream
Method · 0.45
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
12
TestUpdateErrors
Function · 0.76
TestAnalyzer_InvalidQuery
Function · 0.36
TestFormat
Function · 0.36
TestJsonSchema
Function · 0.36
TestParseQueryParams
Function · 0.36
TestPutOutColumns_AlwaysTrueWhenQueryHasColumns
Function · 0.36
TestTypeOverrides
Function · 0.36
TestBadConfigs
Function · 0.36
runOnDeckQueries
Function · 0.36
runOnDeckQueries
Function · 0.36
runOnDeckQueries
Function · 0.36
TestBatchBooks
Function · 0.36