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

Struct Base

pkg/filter/ql/functions/base.go:27–27  ·  view source on GitHub ↗

Base returns the last element of the path.

Source from the content-addressed store, hash-verified

25
26// Base returns the last element of the path.
27type Base struct{}
28
29func (f Base) Call(args []interface{}) (interface{}, bool) {
30 if len(args) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected