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