MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / toFile

Function toFile

tests/updates_test.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const auto data = "sample";
16
17File toFile(const QString& to)
18{
19 File result;
20 result.expandedPath = to;
21 return result;
22}
23
24bool writeFile(const QString& name, const QByteArray& data)
25{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected