MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SaveVersion

Method SaveVersion

lib/switcher-data.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void SwitcherData::SaveVersion(obs_data_t *obj,
161 const std::string &currentVersion)
162{
163 obs_data_set_string(obj, "version", currentVersion.c_str());
164}
165
166static void startHotkeyFunc(void *, obs_hotkey_id, obs_hotkey_t *, bool pressed)
167{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected