MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / create_range

Function create_range

src/test/test_databuffer_mm.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::string create_range(int begin, int end)
25{
26 std::string data;
27
28 for ( int i = begin; i < end; ++i )
29 data.append(1, to_char(i));
30
31 return data;
32}
33
34#if 0
35template< int N >

Callers 4

test_wraparoundFunction · 0.85
test_resetFunction · 0.85
seekingHandlerFunction · 0.85
test_seekFunction · 0.85

Calls 2

to_charFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected