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

Method exec

source/src/scriptinterpreter.cpp:865–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863};
864struct QiFunc_show : public QiFunc
865{
866 QiFunc_show() : QiFunc(0) {}
867 QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter* inter) const override
868 {
869 if (!Qi::debug) Qi::widget.show();
870 return QiVar();
871 }

Callers

nothing calls this directly

Calls 1

localValueMethod · 0.80

Tested by

no test coverage detected