MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / test_read_indices

Function test_read_indices

tests/fluxmapreader.cc:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void test_read_indices()
69{
70 FluxmapReader fmr(fluxmap);
71 ASSERT_READ_SPECIFIC_EVENT(F_BIT_INDEX, 0x60);
72 ASSERT_READ_SPECIFIC_EVENT(F_BIT_INDEX, 0x30);
73 ASSERT_READ_SPECIFIC_EVENT(F_BIT_INDEX, 6 * 0x30); /* EOF event */
74}
75
76void test_read_desyncs()
77{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected