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

Method InputBuffered

src/cryptopp/ida.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130lword RawIDA::InputBuffered(word32 channelId) const
131{
132 int i = LookupInputChannel(channelId);
133 return i < m_threshold ? m_inputQueues[i].MaxRetrievable() : 0;
134}
135
136void RawIDA::ComputeV(unsigned int i)
137{

Callers 1

Put2Method · 0.80

Calls 1

MaxRetrievableMethod · 0.45

Tested by

no test coverage detected