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

Method check_nested_collection

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

Source from the content-addressed store, hash-verified

49}
50
51bool TestHelpers::check_nested_collection(const NestedCollection & nc) {
52 return nc.set_list == cNestedCollection.set_list;
53}
54
55static const std::unordered_map<std::string, int64_t> cMap = {
56 { "String1", 1 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected