MCPcopy 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
155void EventSub::ClearActiveSubscriptions()
156{
157 std::lock_guard<std::mutex> lock(_subscriptionMtx);
158 _activeSubscriptions.clear();
159}
160
161void EventSub::EnableTimestampValidation(bool enable)
162{

Callers 1

SetTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected