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

Method exec

source/src/scriptinterpreter.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575{
576 QiFunc_clear_local() : QiFunc(0) {}
577 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
578 {
579 inter->clearLocal();
580 return {};
581 }
582};
583struct QiFunc_clear_global : public QiFunc
584{

Callers

nothing calls this directly

Calls 1

clearLocalMethod · 0.80

Tested by

no test coverage detected