Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ write
Method
write
launcher/screenshots/ImgurUpload.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
auto ImgurUpload::Sink::write(QByteArray& data) -> Task::State
85
{
86
m_output.append(data);
87
return Task::State::Running;
88
}
89
90
auto ImgurUpload::Sink::abort() -> Task::State
91
{
Callers
1
loadFile
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected