MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / default

Method default

starrynet/cli.py:249–252  ·  view source on GitHub ↗

Exit

(self, line)

Source from the content-addressed store, hash-verified

247 return self.do_exit(line)
248
249 def default(self, line):
250 "Exit"
251 error('*** Unknown command: %s\n' % line)
252 return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected