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

Function test_io

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

Source from the content-addressed store, hash-verified

121}
122
123void test_io( const geode::Graph& graph, const std::string& filename )
124{
125 geode::save_graph( graph, filename );
126 const auto graph2 = geode::load_graph(
127 geode::OpenGeodeGraph::impl_name_static(), filename );
128 geode_unused( graph2 );
129}
130
131void test_backward_io( const std::string& filename )
132{

Callers 1

testFunction · 0.70

Calls 4

save_graphFunction · 0.85
load_graphFunction · 0.85
geode_unusedFunction · 0.85
impl_name_staticFunction · 0.50

Tested by

no test coverage detected