| 267 | } |
| 268 | |
| 269 | type stringFormatter struct{} |
| 270 | |
| 271 | // String implements formatStringInterpolator.String. |
| 272 | func (c *stringFormatter) String(arg ref.Val, locale string) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected