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

Method exec

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

Source from the content-addressed store, hash-verified

713{
714 QiFunc_rmc() : QiFunc(1, 2) {}
715 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
716 {
717 if (args.size() == 2) return QiVar::removeChars(args[0].toString(), args[1].toString());
718 return QiVar::removeChars(args[0].toString());
719 }
720};
721/*
722any value

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected