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

Method stringMapValuer

pkg/filter/ql/function.go:443–445  ·  view source on GitHub ↗

stringMapValuer returns the map valuer composed of primitive string values.

(v *BareBoundVariableLiteral, s string)

Source from the content-addressed store, hash-verified

441
442// stringMapValuer returns the map valuer composed of primitive string values.
443func (f *Foreach) stringMapValuer(v *BareBoundVariableLiteral, s string) MapValuer {
444 return MapValuer{v.Value: s}
445}
446
447// moduleMapValuer returns the map valuer with process module attributes.
448func (f *Foreach) moduleMapValuer(segments []*BoundSegmentLiteral, mod pstypes.Module) MapValuer {

Callers 1

CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected