MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / peekbytes_

Method peekbytes_

source/util/ring_buffer.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template <bool Atomic>
91bool Ring_Buffer_Ex<Atomic>::peekbytes_(void *data, size_t len) const
92{
93 auto *ncthis = const_cast<Ring_Buffer_Ex<Atomic> *>(this);
94 return ncthis->getbytes_ex_(data, len, false);
95}
96
97template <bool Atomic>
98bool Ring_Buffer_Ex<Atomic>::getbytes_ex_(void *data, size_t len, bool advp)

Callers 1

peekMethod · 0.80

Calls 1

getbytes_ex_Method · 0.80

Tested by

no test coverage detected