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

Method IsDeprecated

pkg/filter/fields/fields.go:70–70  ·  view source on GitHub ↗

IsDeprecated determines if the field is deprecated.

()

Source from the content-addressed store, hash-verified

68
69// IsDeprecated determines if the field is deprecated.
70func (f FieldInfo) IsDeprecated() bool { return f.Deprecation != nil }
71
72// Deprecation specifies field deprecation info.
73type Deprecation struct {

Callers 2

IsDeprecatedFunction · 0.80
listFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected