Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
std::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
35
template< int N >
Callers
4
test_wraparound
Function · 0.85
test_reset
Function · 0.85
seekingHandler
Function · 0.85
test_seek
Function · 0.85
Calls
2
to_char
Function · 0.85
append
Method · 0.80
Tested by
no test coverage detected