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

Method exec

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

Source from the content-addressed store, hash-verified

630{
631 QiFunc_load() : QiFunc(1) {}
632 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
633 {
634 return inter->getSavedVariable(args[0].toString());
635 }
636};
637
638struct QiFunc_str : public QiFunc

Callers

nothing calls this directly

Calls 2

getSavedVariableMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected