Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
lword RawIDA::InputBuffered(word32 channelId) const
131
{
132
int i = LookupInputChannel(channelId);
133
return i < m_threshold ? m_inputQueues[i].MaxRetrievable() : 0;
134
}
135
136
void RawIDA::ComputeV(unsigned int i)
137
{
Callers
1
Put2
Method · 0.80
Calls
1
MaxRetrievable
Method · 0.45
Tested by
no test coverage detected