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

Method exec

source/src/scriptinterpreter.cpp:794–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792{
793 QiFunc_replace() : QiFunc(2, 3) {}
794 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
795 {
796 return QiVar::replace_u8(args[0].toString(), args[1].toString(), args.size() > 2 ? args[2].toString() : std::string(""));
797 }
798};
799/*
800any value

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected