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

Method exec

source/src/scriptinterpreter.cpp:604–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602{
603 QiFunc_clear_func() : QiFunc(0) {}
604 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
605 {
606 inter->clearFunc();
607 return {};
608 }
609};
610
611/*

Callers

nothing calls this directly

Calls 1

clearFuncMethod · 0.80

Tested by

no test coverage detected