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

Struct Dir

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

Dir returns all but the last element of the path, typically the path's directory.

Source from the content-addressed store, hash-verified

22
23// Dir returns all but the last element of the path, typically the path's directory.
24type Dir struct{}
25
26func (f Dir) 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