| 124 | } |
| 125 | |
| 126 | type regexLib struct { |
| 127 | version uint32 |
| 128 | } |
| 129 | |
| 130 | // LibraryName implements that SingletonLibrary interface method. |
| 131 | func (r *regexLib) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected