MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / initInvBloom

Method initInvBloom

src/network/objectracker.py:42–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.lastCleaned = time.time()
41
42 def initInvBloom(self):
43 if haveBloom:
44 # lock?
45 self.invBloom = BloomFilter(capacity=ObjectTracker.invInitialCapacity,
46 error_rate=ObjectTracker.invErrorRate)
47
48 def initAddrBloom(self):
49 if haveBloom:

Callers 2

__init__Method · 0.95
cleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected