| 71 | } |
| 72 | |
| 73 | bool TestHelpers::check_empty_map(const std::unordered_map<std::string,int64_t> & m) { |
| 74 | return m.empty(); |
| 75 | } |
| 76 | |
| 77 | MapListRecord TestHelpers::get_map_list_record() { |
| 78 | return { { cMap } }; |
nothing calls this directly
no outgoing calls
no test coverage detected