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

Method exec

source/src/scriptinterpreter.cpp:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565{
566 QiFunc_clear() : QiFunc(0) {}
567 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
568 {
569 inter->clearLocal();
570 inter->clearGlobal();
571 return {};
572 }
573};
574struct QiFunc_clear_local : public QiFunc
575{

Callers

nothing calls this directly

Calls 2

clearLocalMethod · 0.80
clearGlobalMethod · 0.80

Tested by

no test coverage detected