MCPcopy Create free account
hub / github.com/audacity/audacity / GetPacked

Method GetPacked

libraries/lib-project/ProjectFormatVersion.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42uint32_t ProjectFormatVersion::GetPacked() const noexcept
43{
44 return (Major << 24) | (Minor << 16) | (Revision << 8) | ModLevel;
45}
46
47bool ProjectFormatVersion::IsValid() const noexcept
48{

Callers 2

InstallSchemaMethod · 0.80
WriteDocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected