Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnowyMouse/chimera
/ base_version
Method
base_version
compressor/main.cpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
[[nodiscard]] auto base_version() const {
73
return this->version & ~COMPRESSION_IDENTIFIER;
74
}
75
76
[[nodiscard]] bool data_compressed() const {
77
return (this->version | COMPRESSION_IDENTIFIER) == this->version;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected