Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ FunctionNotUnique
Function
FunctionNotUnique
internal/sql/sqlerr/errors.go:106–111 ·
view source on GitHub ↗
(fn string)
Source
from the content-addressed store, hash-verified
104
}
105
106
func
FunctionNotUnique(fn string) *Error {
107
return
&Error{
108
Err: NotUnique,
109
Message: fmt.Sprintf(
"function name %q"
, fn),
110
}
111
}
Callers
1
getFuncByName
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected