MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / get_zero_read_stats

Method get_zero_read_stats

src/fifo.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23void
24FIFO::get_zero_read_stats( Blocked &copy )
25{
26 /** default version does nothing at all **/
27 UNUSED( copy );
28 return;
29}
30
31void
32FIFO::get_zero_write_stats( Blocked &copy )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected