Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ getBuiltinFunctions
Function
getBuiltinFunctions
backend/plugin/parser/pg/builtin_functions.go:831–835 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
829
}
830
831
func
getBuiltinFunctions() []string {
832
var
result []string
833
result = append(result, builtinFunctions...)
834
return
result
835
}
Callers
1
insertFunctions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected