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

Method AppendFlags

pkg/event/event.go:338–340  ·  view source on GitHub ↗

AppendFlags adds the flags parameter to this event.

(name string, value uint32, flags ParamFlags)

Source from the content-addressed store, hash-verified

336
337// AppendFlags adds the flags parameter to this event.
338func (e *Event) AppendFlags(name string, value uint32, flags ParamFlags) {
339 e.AppendParam(name, params.Flags, value, WithFlags(flags))
340}
341
342// GetParamAsString returns the specified parameter value as string.
343// Parameter values are resolved according to their types. For instance,

Callers 1

ProcessEventMethod · 0.80

Calls 2

AppendParamMethod · 0.95
WithFlagsFunction · 0.85

Tested by

no test coverage detected