| 49 | } |
| 50 | |
| 51 | bool TestHelpers::check_nested_collection(const NestedCollection & nc) { |
| 52 | return nc.set_list == cNestedCollection.set_list; |
| 53 | } |
| 54 | |
| 55 | static const std::unordered_map<std::string, int64_t> cMap = { |
| 56 | { "String1", 1 }, |
nothing calls this directly
no outgoing calls
no test coverage detected