MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / is_different_version

Method is_different_version

source/configuration.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool streamfx::configuration::is_different_version()
91{
92 return (version() & STREAMFX_MASK_COMPAT) != (STREAMFX_VERSION & STREAMFX_MASK_COMPAT);
93}
94
95std::shared_ptr<streamfx::configuration> streamfx::configuration::instance()
96{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected