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

Method exec

source/src/scriptinterpreter.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548{
549 QiFunc_is_num() : QiFunc(1) {}
550 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
551 {
552 return args[0].isNumber();
553 }
554};
555struct QiFunc_is_str : public QiFunc
556{

Callers

nothing calls this directly

Calls 1

isNumberMethod · 0.45

Tested by

no test coverage detected