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

Method Value

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

Value returns the value and existence flag for a given key.

(key string)

Source from the content-addressed store, hash-verified

58type Valuer interface {
59 // Value returns the value and existence flag for a given key.
60 Value(key string) (interface{}, bool)
61}
62
63// CallValuer implements the Call method for evaluating function calls.

Callers 5

TestElasticsearchPublishFunction · 0.65
ValueMethod · 0.65
EvalMethod · 0.65
flushMethod · 0.65

Implementers 1

FunctionValuerpkg/filter/ql/function.go

Calls

no outgoing calls

Tested by 2

TestElasticsearchPublishFunction · 0.52