MCPcopy 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
50def clear():
51 os.system('cls' if platform.system() == 'Windows' else 'clear')
52
53def main():
54 meta_instruction = \

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected