MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetQueueSize

Method GetQueueSize

src/FTPQueue.cpp:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int FTPQueue::GetQueueSize() const {
118 int res = 0;
119
120 m_monitor->Enter();
121 res = m_queue.size();
122 m_monitor->Exit();
123
124 return res;
125}
126
127int FTPQueue::ClearQueue() {
128 QueueOperation * op = NULL;

Callers 1

TerminateSessionMethod · 0.80

Calls 3

EnterMethod · 0.80
sizeMethod · 0.80
ExitMethod · 0.80

Tested by

no test coverage detected