Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ checkMessage
Method
checkMessage
src/network/bmobject.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
# other objects don't require other types of tests
92
93
def
checkMessage(self):
94
return
95
96
def
checkGetpubkey(self):
97
if
len(self.data) < 42:
Callers
1
checkObjectByType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected