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

Method exec

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

Source from the content-addressed store, hash-verified

761{
762 QiFunc_subx() : QiFunc(2, 3) {}
763 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
764 {
765 return QiVar::subx(args[0].toString(), args[1].toInteger(), args.size() > 2 ? args[2].toInteger() : ~size_t(0));
766 }
767};
768/*
769any value

Callers

nothing calls this directly

Calls 3

toIntegerMethod · 0.80
toStringMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected