Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ test
Function
test
tests/geometry/test-basic-objects.cpp:296–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void test()
297
{
298
test_segment();
299
test_line();
300
test_plane();
301
test_triangle();
302
test_tetrahedron();
303
test_sphere();
304
test_circle();
305
}
306
307
OPENGEODE_TEST(
"basic-object"
)
Callers
7
test_segment
Function · 0.70
test_line
Function · 0.70
test_plane
Function · 0.70
test_triangle
Function · 0.70
test_tetrahedron
Function · 0.70
test_sphere
Function · 0.70
test_circle
Function · 0.70
Calls
7
test_segment
Function · 0.85
test_line
Function · 0.85
test_plane
Function · 0.85
test_triangle
Function · 0.85
test_tetrahedron
Function · 0.85
test_sphere
Function · 0.85
test_circle
Function · 0.85
Tested by
no test coverage detected