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

Method QiFunc_value

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

Source from the content-addressed store, hash-verified

504struct QiFunc_value : public QiFunc
505{
506 QiFunc_value() : QiFunc(1, 2) {}
507 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
508 {
509 if (args.size() > 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected