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

Function GetClientID

plugins/twitch/twitch-helpers.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82static constexpr std::string_view clientID = "ds5tt4ogliifsqc04mz3d3etnck3e5";
83
84const char *GetClientID()
85{
86 return clientID.data();
87}
88
89struct CacheEntry {
90 RequestResult result;

Callers 2

revokeTokenFunction · 0.85
runMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected