Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetTwitchTokenByName
Function
GetTwitchTokenByName
plugins/twitch/token.cpp:411–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
TwitchToken *GetTwitchTokenByName(const QString &name)
412
{
413
return GetTwitchTokenByName(name.toStdString());
414
}
415
416
TwitchToken *GetTwitchTokenByName(const std::string &name)
417
{
Callers
2
ConnectionNameAvailable
Function · 0.85
SetToken
Method · 0.85
Calls
2
Name
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected