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

Function seenTopLevel

include/blocksci/core/script_data.hpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 bool seenTopLevel(blocksci::AddressType::Enum type) const {
96 return typesSeen & (1u << (static_cast<uint32_t>(type) * 2 + 1));
97 }
98
99 bool seen(blocksci::AddressType::Enum type) const {
100 return typesSeen & (1u << static_cast<uint32_t>(type) * 2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected