Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ Save
Method
Save
plugins/twitch/token.cpp:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void TokenOption::Save(obs_data_t *obj) const
173
{
174
obs_data_set_string(obj,
"apiID"
, apiId.c_str());
175
}
176
177
std::string TokenOption::GetLocale() const
178
{
Callers
2
setupTwitchTokenSupport
Function · 0.45
saveConnections
Function · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected