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

Function create_totostruct_vector

tests/basic/test-algorithm.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56std::vector< std::vector< Toto > > create_totostruct_vector()
57{
58 return { { { geode::uuid{}, 0 } }, { { geode::uuid{}, 1 } },
59 { { geode::uuid{}, 2 } }, { { geode::uuid{}, 3 } } };
60}
61
62void test_delete_vector_elements()
63{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected