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

Method exec

source/src/scriptinterpreter.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320{
321 QiFunc_time_rms() : QiFunc(0) {}
322 QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter*) const override
323 {
324 return clock();
325 }
326};
327/*
328[0] restore time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected