Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetProgress
Method
SetProgress
src/QueueOperation.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
int QueueOperation::SetProgress(float progress) {
150
m_progress = progress;
151
return 0;
152
}
153
154
float QueueOperation::GetProgress() const {
155
return m_progress;
Callers
2
OnDataReceived
Method · 0.80
OnDataSent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected