MCPcopy 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
154float QueueOperation::GetProgress() const {
155 return m_progress;
156}
157
158bool QueueOperation::Equals(const QueueOperation & other) {
159 if (other.GetType() != m_type)

Callers 1

ProgressQueueItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected