MCPcopy Create free account
hub / github.com/Enapiuz/multiwatch / callClear

Method callClear

printer/printer.go:94–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (p *Printer) callClear() {
95 value, ok := p.clear[runtime.GOOS]
96 if ok {
97 value()
98 } else {
99 panic("Your platform is unsupported! I can't clear terminal screen :(")
100 }
101}
102
103func (p *Printer) padToTop() {
104 y, err := terminal.Height()

Callers 1

printWatchersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected