| 41 | } |
| 42 | |
| 43 | std::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 | |
| 50 | struct Toto |
| 51 | { |
no outgoing calls
no test coverage detected