Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ ClearActiveSubscriptions
Method
ClearActiveSubscriptions
plugins/twitch/event-sub.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void EventSub::ClearActiveSubscriptions()
156
{
157
std::lock_guard<std::mutex> lock(_subscriptionMtx);
158
_activeSubscriptions.clear();
159
}
160
161
void EventSub::EnableTimestampValidation(bool enable)
162
{
Callers
1
SetToken
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected