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

Method exec

source/src/scriptinterpreter.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593{
594 QiFunc_clear_save() : QiFunc(0) {}
595 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
596 {
597 inter->clearSaved();
598 return {};
599 }
600};
601struct QiFunc_clear_func : public QiFunc
602{

Callers

nothing calls this directly

Calls 1

clearSavedMethod · 0.80

Tested by

no test coverage detected