MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Call

Method Call

pkg/filter/ql/ast.go:68–68  ·  view source on GitHub ↗

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

Callers 15

CallMethod · 0.65
EvalMethod · 0.65
getScreenBufferInfoFunction · 0.65
showCursorFunction · 0.65
NewFrameBufferFunction · 0.65
WriteMethod · 0.65
clsMethod · 0.65
GetFunction · 0.65
ToIPv6Function · 0.65
NewFunction · 0.65
pushEventsMethod · 0.65
CloseMethod · 0.65

Implementers 15

FunctionValuerpkg/filter/ql/function.go
Foreachpkg/filter/ql/function.go
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
GetRegValuepkg/filter/ql/functions/get_reg_value.
MD5pkg/filter/ql/functions/md5.go

Calls

no outgoing calls

Tested by 1

TestModuleRegisterFnFunction · 0.52