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

Method version

source/configuration.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85uint64_t streamfx::configuration::version()
86{
87 return static_cast<uint64_t>(obs_data_get_int(_data.get(), version_tag_name.data()));
88}
89
90bool streamfx::configuration::is_different_version()
91{

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected