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

Method exec

source/src/scriptinterpreter.cpp:1765–1768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1763 {
1764 BOOL result = FALSE;
1765 int op = lock;
1766 if (args.empty());
1767 else if (args[0].isInteger()) op = args[0].toInteger();
1768 else
1769 {
1770 if (args[0].toString() == "lock") op = lock;
1771 else if (args[0].toString() == "sign") op = signout;

Callers

nothing calls this directly

Calls 1

resMonitorStartFunction · 0.85

Tested by

no test coverage detected