MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / invalid

Method invalid

source/src/thread.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 Macro* macro = nullptr;
7 using QiWorkerWithArgs::QiWorkerWithArgs;
8 bool invalid()
9 {
10 return !Qi::run || m_stop || (macro->timer && !QiTime::in(macro->timerStart, macro->timerEnd));
11 }
12 void run(bool isRunning, Macro* macro, std::condition_variable& ready) override
13 {
14 QiInterpreter interpreter(*macro, isRunning, *this);
15 this->running = isRunning;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected