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

Method exec

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

Source from the content-addressed store, hash-verified

617{
618 QiFunc_save() : QiFunc(2) {}
619 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
620 {
621 inter->setSavedVariable(args[0].toString(), args[1]);
622 return args[1];
623 }
624};
625/*
626load a var

Callers

nothing calls this directly

Calls 2

setSavedVariableMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected