| 194 | } |
| 195 | |
| 196 | type stringFormatterV2 struct{} |
| 197 | |
| 198 | // String implements formatStringInterpolatorV2.String. |
| 199 | func (c *stringFormatterV2) String(arg ref.Val) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected