| 229 | } |
| 230 | |
| 231 | type mapValueSource struct { |
| 232 | key string |
| 233 | ms MapSource |
| 234 | } |
| 235 | |
| 236 | func NewMapValueSource(key string, ms MapSource) ValueSource { |
| 237 | return &mapValueSource{ |
nothing calls this directly
no outgoing calls
no test coverage detected