Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
uint64_t streamfx::configuration::version()
86
{
87
return static_cast<uint64_t>(obs_data_get_int(_data.get(), version_tag_name.data()));
88
}
89
90
bool streamfx::configuration::is_different_version()
91
{
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected