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

Method QiFunc_exist

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

Source from the content-addressed store, hash-verified

490struct QiFunc_exist : public QiFunc
491{
492 QiFunc_exist() : QiFunc(1) {}
493 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
494 {
495 return inter->exist(args[0].toString());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected