MCPcopy Create free account
hub / github.com/LUX-Core/lux / FlushOutputQueues

Method FlushOutputQueues

src/cryptopp/ida.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void RawIDA::FlushOutputQueues()
231{
232 for (unsigned int i=0; i<m_outputChannelIds.size(); i++)
233 m_outputQueues[i].TransferAllTo(*AttachedTransformation(), m_outputChannelIdStrings[i]);
234}
235
236void RawIDA::OutputMessageEnds()
237{

Callers

nothing calls this directly

Calls 5

AttachedTransformationFunction · 0.85
TransferToMethod · 0.80
AnyRetrievableMethod · 0.80
sizeMethod · 0.45
MaxRetrievableMethod · 0.45

Tested by

no test coverage detected