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

Method IsHandleField

pkg/filter/fields/fields_windows.go:710–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708func (f Field) IsRegistryField() bool { return strings.HasPrefix(string(f), "registry.") }
709func (f Field) IsNetworkField() bool { return strings.HasPrefix(string(f), "net.") }
710func (f Field) IsHandleField() bool { return strings.HasPrefix(string(f), "handle.") }
711func (f Field) IsPeField() bool {
712 return strings.HasPrefix(string(f), "pe.") || strings.HasPrefix(string(f), "ps.pe.") || strings.HasPrefix(string(f), "ps.signature.")
713}

Callers 2

AccessorMethod · 0.80
narrowAccessorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected