Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
const auto data =
"sample"
;
16
17
File toFile(const QString& to)
18
{
19
File result;
20
result.expandedPath = to;
21
return result;
22
}
23
24
bool writeFile(const QString& name, const QByteArray& data)
25
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected