MCPcopy
hub / github.com/sqlc-dev/sqlc / FunctionNotFound

Function FunctionNotFound

internal/sql/sqlerr/errors.go:98–104  ·  view source on GitHub ↗
(fun string)

Source from the content-addressed store, hash-verified

96}
97
98func FunctionNotFound(fun string) *Error {
99 return &Error{
100 Err: NotFound,
101 Code: "42704",
102 Message: fmt.Sprintf("function %q", fun),
103 }
104}
105
106func FunctionNotUnique(fn string) *Error {
107 return &Error{

Callers 2

VisitMethod · 0.92
ResolveFuncCallMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected