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

Method AddOutputChannel

src/cryptopp/ida.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void RawIDA::AddOutputChannel(word32 channelId)
153{
154 m_outputChannelIds.push_back(channelId);
155 m_outputChannelIdStrings.push_back(WordToString(channelId));
156 m_outputQueues.push_back(ByteQueue());
157 if (m_inputChannelIds.size() == size_t(m_threshold))
158 ComputeV((unsigned int)m_outputChannelIds.size() - 1);
159}
160
161void RawIDA::PrepareInterpolation()
162{

Callers

nothing calls this directly

Calls 3

WordToStringFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected