MCPcopy Create free account
hub / github.com/WizardOfMenlo/stir / stop

Method stop

scripts/protocol.py:283–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

281 return self.lastOracle
282
283 def stop(self):
284 self.stopped = True
285
286 def isStopped(self):
287 return self.stopped

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected