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

Method exec

source/src/scriptinterpreter.cpp:1845–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843 else if (args.size() == 2)
1844 {
1845 if (args[0].isNull()) file = File::Unique(QString::fromStdString(args[1].toString()), QDateTime::currentDateTime().toString("yyyy-MM-dd_HH-mm-ss"), ".png").toStdWString();
1846 else file = args[1].toWString() + L"\\" + args[0].toWString();
1847 }
1848
1849 if (file.empty()) return false;
1850
1851 CImage image = Image::ScreenCImage24();

Callers

nothing calls this directly

Calls 1

diskReadMethod · 0.80

Tested by

no test coverage detected