Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenMOSS/MOSS
/ clear
Function
clear
moss_cli_demo.py:50–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
clear():
51
os.system(
'cls'
if
platform.system() ==
'Windows'
else
'clear'
)
52
53
def
main():
54
meta_instruction = \
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected