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

Function create_toto_vector

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

Source from the content-addressed store, hash-verified

41}
42
43std::vector< std::vector< std::pair< geode::uuid, geode::index_t > > >
44 create_toto_vector()
45{
46 return { { { geode::uuid{}, 0 } }, { { geode::uuid{}, 1 } },
47 { { geode::uuid{}, 2 } }, { { geode::uuid{}, 3 } } };
48}
49
50struct Toto
51{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected