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

Method Skip

src/cryptopp/queue.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 inline size_t Skip(size_t skipMax)
114 {
115 size_t len = STDMIN(skipMax, m_tail-m_head);
116 m_head += len;
117 return len;
118 }
119
120 inline byte operator[](size_t i) const
121 {

Callers 1

CopyRangeTo2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected