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

Method exec

source/src/scriptinterpreter.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663{
664 QiFunc_len() : QiFunc(1) {}
665 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
666 {
667 return args[0].len();
668 }
669};
670struct QiFunc_size : public QiFunc
671{

Callers

nothing calls this directly

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected