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

Method exec

source/src/scriptinterpreter.cpp:641–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639{
640 QiFunc_str() : QiFunc(1) {}
641 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
642 {
643 return args[0].toString();
644 }
645};
646struct QiFunc_num : public QiFunc
647{

Callers 9

mainFunction · 0.45
evaluatePostfixMethod · 0.45
SelectColorMethod · 0.45
eventFilterMethod · 0.45
EventMethod · 0.45
Event_Action_WidgetMethod · 0.45
eventFilterMethod · 0.45
EventMethod · 0.45
eventMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected