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

Method exec

source/src/scriptinterpreter.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523{
524 QiFunc_type() : QiFunc(1) {}
525 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
526 {
527 return args[0].type_name();
528 }
529};
530
531struct QiFunc_is_null : public QiFunc

Callers

nothing calls this directly

Calls 1

type_nameMethod · 0.80

Tested by

no test coverage detected