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

Method exec

source/src/scriptinterpreter.cpp:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647{
648 QiFunc_num() : QiFunc(1) {}
649 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
650 {
651 return args[0].toNumber();
652 }
653};
654struct QiFunc_int : public QiFunc
655{

Callers

nothing calls this directly

Calls 1

toNumberMethod · 0.45

Tested by

no test coverage detected