MCPcopy Create free account
hub / github.com/cpputest/cpputest / fillTheQueue

Function fillTheQueue

examples/AllTests/CircularBufferTest.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void fillTheQueue(int seed, int howMany)
45{
46 for (int i = 0; i < howMany; i++)
47 buffer->Put(seed + i);
48}
49void removeFromQueue(int howMany)
50{
51 for (int i = 0; i < howMany; i++)

Callers 1

TESTFunction · 0.85

Calls 1

PutMethod · 0.80

Tested by

no test coverage detected