Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HunxByts/GhostTrack
/ clear
Function
clear
GhostTR.py:210–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
210
def
clear():
211
# for windows
212
if
os.name ==
'nt'
:
213
_ = os.system(
'cls'
)
214
# for mac and linux
215
else
:
216
_ = os.system(
'clear'
)
217
218
219
def
call_option(opt):
Callers
3
option
Function · 0.85
run_banner
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected