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

Method exec

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

Source from the content-addressed store, hash-verified

686{
687 QiFunc_char() : QiFunc(2) {}
688 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
689 {
690 return QiVar::ch(args[0].toString(), args[1].toInteger());
691 }
692};
693/*
694any value

Callers

nothing calls this directly

Calls 2

toIntegerMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected