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

Method exec

source/src/scriptinterpreter.cpp:1837–1840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1835 {
1836 file = File::Unique("capture", QDateTime::currentDateTime().toString("yyyy-MM-dd_HH-mm-ss"), ".png").toStdWString();
1837 CreateDirectoryW(L"capture", NULL);
1838 }
1839 else if (args.size() == 1)
1840 {
1841 file = args[0].toWString();
1842 }
1843 else if (args.size() == 2)

Callers

nothing calls this directly

Calls 1

gpuMemoryUsageMethod · 0.80

Tested by

no test coverage detected