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

Function resMonitorStop

source/src/scriptinterpreter.cpp:1758–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756struct QiFunc_mutex_unlock : public QiFunc
1757{
1758 QiFunc_mutex_unlock() : QiFunc(1) {}
1759 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
1760 {
1761 QiScriptInterpreter::mutex_map()->unlock(args[0].toString());
1762 return {};
1763 }
1764};

Callers 1

execMethod · 0.85

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected