Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RunTess
Function
RunTess
generator/generator_tests/tesselator_test.cpp:35–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
size_t RunTess(P const * arr, size_t count)
36
{
37
std::list<std::vector<P>> l;
38
l.emplace_back();
39
l.back().assign(arr, arr + count);
40
41
return RunTest(l);
42
}
43
44
UNIT_TEST(Tesselator_SelfISect)
45
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
4
back
Method · 0.80
RunTest
Function · 0.70
emplace_back
Method · 0.45
assign
Method · 0.45
Tested by
no test coverage detected