MCPcopy 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
149int QueueOperation::SetProgress(float progress) {
150 m_progress = progress;
151 return 0;
152}
153
154float QueueOperation::GetProgress() const {
155 return m_progress;

Callers 2

OnDataReceivedMethod · 0.80
OnDataSentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected