String implements formatStringInterpolatorV2.String.
(arg ref.Val)
| 197 | |
| 198 | // String implements formatStringInterpolatorV2.String. |
| 199 | func (c *stringFormatterV2) String(arg ref.Val) (string, error) { |
| 200 | return formatStringV2(arg) |
| 201 | } |
| 202 | |
| 203 | // Decimal implements formatStringInterpolatorV2.Decimal. |
| 204 | func (c *stringFormatterV2) Decimal(arg ref.Val) (string, error) { |
nothing calls this directly
no test coverage detected