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

Method exec

source/src/scriptinterpreter.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532{
533 QiFunc_is_null() : QiFunc(1) {}
534 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
535 {
536 return args[0].isNull();
537 }
538};
539struct QiFunc_is_int : public QiFunc
540{

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected