ExtractVersion returns the current version from the HLV.
()
| 1023 | type cvExtractor interface { |
| 1024 | // ExtractVersion returns the current version from the HLV. |
| 1025 | ExtractCV() (*Version, error) |
| 1026 | } |
| 1027 | |
| 1028 | var _ cvExtractor = &rawHLV{} |
no outgoing calls
no test coverage detected