Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ GetProgress
Method
GetProgress
src/QueueOperation.cpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
float QueueOperation::GetProgress() const {
155
return m_progress;
156
}
157
158
bool QueueOperation::Equals(const QueueOperation & other) {
159
if (other.GetType() != m_type)
Callers
1
ProgressQueueItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected