| 326 | } |
| 327 | |
| 328 | type stringLib struct { |
| 329 | locale string |
| 330 | version uint32 |
| 331 | maxPrecision int |
| 332 | } |
| 333 | |
| 334 | // LibraryName implements the SingletonLibrary interface method. |
| 335 | func (*stringLib) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected