MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / checkStream

Method checkStream

src/network/bmobject.py:70–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 raise BMObjectExpiredError()
69
70 def checkStream(self):
71 if self.streamNumber not in state.streamsInWhichIAmParticipating:
72 logger.debug('The streamNumber %i isn\'t one we are interested in.', self.streamNumber)
73 raise BMObjectUnwantedStreamError()
74
75 def checkAlreadyHave(self):
76 # if it's a stem duplicate, pretend we don't have it

Callers 1

bm_command_objectMethod · 0.80

Calls 1

Tested by

no test coverage detected