Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ holdHash
Method
holdHash
src/class_objectHashHolder.py:39–40 ·
view source on GitHub ↗
(self,hash)
Source
from the content-addressed store, hash-verified
37
time.sleep(1)
38
39
def
holdHash(self,hash):
40
self.collectionOfHashLists[random.randrange(0, objectHashHolder.size)].append(hash)
41
42
def
hasHash(self, hash):
43
if
hash in (hashlist
for
hashlist in self.collectionOfHashLists):
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected