MCPcopy
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
42func (e *Error) Errs() []*FileError {
43 return e.errs
44}
45
46func (e *Error) Error() string {
47 return fmt.Sprintf("multiple errors: %d errors", len(e.errs))

Callers 3

parseCatalogMethod · 0.80
parseQueriesMethod · 0.80
parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected