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

Method exec

source/src/scriptinterpreter.cpp:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584{
585 QiFunc_clear_global() : QiFunc(0) {}
586 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
587 {
588 inter->clearGlobal();
589 return {};
590 }
591};
592struct QiFunc_clear_save : public QiFunc
593{

Callers

nothing calls this directly

Calls 1

clearGlobalMethod · 0.80

Tested by

no test coverage detected