MCPcopy 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
172void TokenOption::Save(obs_data_t *obj) const
173{
174 obs_data_set_string(obj, "apiID", apiId.c_str());
175}
176
177std::string TokenOption::GetLocale() const
178{

Callers 2

setupTwitchTokenSupportFunction · 0.45
saveConnectionsFunction · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected