MCPcopy Index your code
hub / github.com/SpaceNetLab/StarryNet / do_stop_emulation

Method do_stop_emulation

starrynet/cli.py:230–233  ·  view source on GitHub ↗

stop the emulation

(self, _line)

Source from the content-addressed store, hash-verified

228 self.sn.start_emulation()
229
230 def do_stop_emulation(self, _line):
231 "stop the emulation"
232 self.sn.stop_emulation()
233 return 'exited by user command'
234
235 def do_exit(self, _line):
236 "stop the emulation"

Callers

nothing calls this directly

Calls 1

stop_emulationMethod · 0.80

Tested by

no test coverage detected