()
| 185 | } |
| 186 | |
| 187 | func (svs *staticValueSource) GoString() string { |
| 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 |
no outgoing calls
no test coverage detected