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

Method exec

source/src/scriptinterpreter.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655{
656 QiFunc_int() : QiFunc(1) {}
657 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
658 {
659 return args[0].toInteger();
660 }
661};
662struct QiFunc_len : public QiFunc
663{

Callers

nothing calls this directly

Calls 1

toIntegerMethod · 0.80

Tested by

no test coverage detected