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

Method IsRegistryField

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

Source from the content-addressed store, hash-verified

706func (f Field) IsImageField() bool { return strings.HasPrefix(string(f), "image.") }
707func (f Field) IsFileField() bool { return strings.HasPrefix(string(f), "file.") }
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 {

Callers 2

AccessorMethod · 0.80
narrowAccessorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected