MCPcopy Create free account
hub / github.com/expr-lang/expr / init

Function init

builtin/builtin.go:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func init() {
27 Index = make(map[string]int)
28 Names = make([]string, len(Builtins))
29 for i, fn := range Builtins {
30 Index[fn.Name] = i
31 Names[i] = fn.Name
32 }
33}
34
35var Builtins = []*Function{
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…