MCPcopy Create free account
hub / github.com/Snapchat/djinni / check_empty_map

Method check_empty_map

test-suite/handwritten-src/cpp/test_helpers.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool TestHelpers::check_empty_map(const std::unordered_map<std::string,int64_t> & m) {
74 return m.empty();
75}
76
77MapListRecord TestHelpers::get_map_list_record() {
78 return { { cMap } };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected