Method
Call
Call is invoked to evaluate a function call (if possible).
(name string, args []interface{})
Source from the content-addressed store, hash-verified
| 66 | |
| 67 | // Call is invoked to evaluate a function call (if possible). |
| 68 | Call(name string, args []interface{}) (interface{}, bool) |
| 69 | } |
| 70 | |
| 71 | // MultiValuer returns a Valuer that iterates over multiple Valuer instances |
Implementers 15
Rtrimpkg/filter/ql/functions/rtrim.go Countpkg/filter/ql/functions/count.go IndexOfpkg/filter/ql/functions/indexof.go Upperpkg/filter/ql/functions/upper.go Replacepkg/filter/ql/functions/replace.go Lowerpkg/filter/ql/functions/lower.go Dirpkg/filter/ql/functions/dir.go Basepkg/filter/ql/functions/base.go MD5pkg/filter/ql/functions/md5.go