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

Method exec

source/src/scriptinterpreter.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699{
700 QiFunc_rmn() : QiFunc(1) {}
701 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
702 {
703 return QiVar::removeNums(args[0].toString());
704 }
705};
706/*
707any value

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected