stringMapValuer returns the map valuer composed of primitive string values.
(v *BareBoundVariableLiteral, s string)
| 441 | |
| 442 | // stringMapValuer returns the map valuer composed of primitive string values. |
| 443 | func (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. |
| 448 | func (f *Foreach) moduleMapValuer(segments []*BoundSegmentLiteral, mod pstypes.Module) MapValuer { |