Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Errs
Method
Errs
internal/multierr/error.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(e *Error) Errs() []*FileError {
43
return
e.errs
44
}
45
46
func
(e *Error) Error() string {
47
return
fmt.Sprintf(
"multiple errors: %d errors"
, len(e.errs))
Callers
3
parseCatalog
Method · 0.80
parseQueries
Method · 0.80
parse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected