MCPcopy Index your code
hub / github.com/MengMengCode/GetRealityDomain / clearScreen

Function clearScreen

main.go:441–443  ·  view source on GitHub ↗

工具函数 清屏

()

Source from the content-addressed store, hash-verified

439
440// 清屏
441func clearScreen() {
442 fmt.Print("\033[2J\033[H")
443}
444
445// 使用系统清屏命令
446func clearScreenSystem() {

Callers 2

showTitleFunction · 0.85
showResultsPaginatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected