MCPcopy Create free account
hub / github.com/citp/BlockSci / operator()

Method operator()

tools/parser/basic_types.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace std
18{
19 size_t hash<RawOutputPointer>::operator()(const RawOutputPointer &pointer) const {
20 std::size_t seed = 5764245;
21 blocksci::hash_combine(seed, pointer.hash);
22 blocksci::hash_combine(seed, pointer.outputNum);
23 return seed;
24 }
25}
26
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected