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

Method Start

plugins/twitch/category-selection.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146std::mutex CategoryGrabber::_mtx = {};
147
148void CategoryGrabber::Start(const std::shared_ptr<TwitchToken> &token,
149 const std::string search)
150{
151 _searchString = search;
152 _token = token;
153 _stop = false;
154 start();
155}
156
157void CategoryGrabber::Stop()
158{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected