MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / getSize

Method getSize

edrav2/iprj/libcore/src/queue.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450//
451//
452Size Queue::getSize()
453{
454 std::scoped_lock sync(m_mtxData);
455 return m_data.size();
456}
457
458//
459//

Callers 15

writeFunction · 0.45
writeFunction · 0.45
appendBufferMethod · 0.45
socketbuffer.cxxFile · 0.45
appendMethod · 0.45
initArgsMethod · 0.45
BasicOperationMethod · 0.45
serializeStreamFunction · 0.45
putDataFunction · 0.45
deserializeFunction · 0.45
deserializeFromLbvsFunction · 0.45
getMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected