()
| 188 | return fmt.Sprintf("&staticValueSource{v:%[1]q}", svs.v) |
| 189 | } |
| 190 | func (svs *staticValueSource) String() string { return svs.v } |
| 191 | func (svs *staticValueSource) Lookup() (string, bool) { return svs.v, true } |
| 192 | |
| 193 | func TestMapValueSource(t *testing.T) { |
no outgoing calls
no test coverage detected