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

Method MapRecord

test-suite/generated-src/cpp/map_record.hpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 std::unordered_map<int32_t, int32_t> imap;
16
17 MapRecord(std::unordered_map<std::string, int64_t> map_,
18 std::unordered_map<int32_t, int32_t> imap_)
19 : map(std::move(map_))
20 , imap(std::move(imap_))
21 {}
22};
23
24} // namespace testsuite

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected