Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ FuncAdd
Function
FuncAdd
expr/funcs.go:84–86 ·
view source on GitHub ↗
FuncAdd Global add Functions to the VM func registry occurs here.
(name string, fn CustomFunc)
Source
from the content-addressed store, hash-verified
82
83
// FuncAdd Global add Functions to the VM func registry occurs here.
84
func
FuncAdd(name string, fn CustomFunc) {
85
funcReg.Add(name, fn)
86
}
Callers
4
LoadAllBuiltins
Function · 0.92
TestMain
Function · 0.92
main
Function · 0.92
main
Function · 0.92
Calls
1
Add
Method · 0.65
Tested by
1
TestMain
Function · 0.74