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

Struct IsAbs

pkg/filter/ql/functions/is_abs.go:24–24  ·  view source on GitHub ↗

IsAbs reports whether the path is absolute.

Source from the content-addressed store, hash-verified

22
23// IsAbs reports whether the path is absolute.
24type IsAbs struct{}
25
26func (f IsAbs) Call(args []interface{}) (interface{}, bool) {
27 if len(args) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected