Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpaceNetLab/StarryNet
/ do_EOF
Method
do_EOF
starrynet/cli.py:244–247 ·
view source on GitHub ↗
Exit
(self, line)
Source
from the content-addressed store, hash-verified
242
return
self.do_exit(line)
243
244
def
do_EOF(self, line):
245
"Exit"
246
output(
'\n'
)
247
return
self.do_exit(line)
248
249
def
default(self, line):
250
"Exit"
Callers
nothing calls this directly
Calls
1
do_exit
Method · 0.95
Tested by
no test coverage detected