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