MCPcopy Create free account
hub / github.com/Artikash/Textractor / TextThread

Method TextThread

host/textthread.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16TextThread::TextThread(ThreadParam tp, HookParam hp, std::optional<std::wstring> name) :
17 handle(threadCounter++),
18 name(name.value_or(StringToWideString(hp.name))),
19 tp(tp),
20 hp(hp)
21{}
22
23void TextThread::Start()
24{

Callers

nothing calls this directly

Calls 1

StringToWideStringFunction · 0.85

Tested by

no test coverage detected