| 180 | } |
| 181 | |
| 182 | type compreV2Lib struct { |
| 183 | version uint32 |
| 184 | } |
| 185 | |
| 186 | // LibraryName implements that SingletonLibrary interface method. |
| 187 | func (*compreV2Lib) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected