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

Method do_quit

starrynet/cli.py:240–242  ·  view source on GitHub ↗

Exit

(self, line)

Source from the content-addressed store, hash-verified

238 return 'exited by user command'
239
240 def do_quit(self, line):
241 "Exit"
242 return self.do_exit(line)
243
244 def do_EOF(self, line):
245 "Exit"

Callers

nothing calls this directly

Calls 1

do_exitMethod · 0.95

Tested by

no test coverage detected