MCPcopy Create free account
hub / github.com/citp/BlockSci / SerializableMap

Method SerializableMap

tools/parser/serializable_map.hpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 };
35
36 SerializableMap(const Key &deletedKey, const Key emptyKey) {
37 map.set_deleted_key(deletedKey);
38 map.set_empty_key(emptyKey);
39 }
40
41 bool unserialize(const std::string &path) {
42 std::fstream file{path, std::fstream::in | std::fstream::binary};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected