MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_backward_io

Function test_backward_io

tests/mesh/test-graph.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void test_backward_io( const std::string& filename )
132{
133 auto graph = geode::load_graph( filename );
134
135 geode::OpenGeodeMeshException::test(
136 graph->edges_around_vertex( 2 ).size() == 3,
137 "Backward edges_around should have 3 edges" );
138}
139
140void test_clone( const geode::Graph& graph )
141{

Callers 1

testFunction · 0.70

Calls 3

load_graphFunction · 0.85
testFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected