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

Method exec

source/src/scriptinterpreter.cpp:1805–1808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803/*
1804str cmd
1805
1806str return
1807*/
1808struct QiFunc_cmd : public QiFunc
1809{
1810 QiFunc_cmd() : QiFunc(1) {}
1811 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override

Callers

nothing calls this directly

Calls 1

memoryTotalMethod · 0.80

Tested by

no test coverage detected