| 54 | }; |
| 55 | |
| 56 | std::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 | |
| 62 | void test_delete_vector_elements() |
| 63 | { |
no outgoing calls
no test coverage detected