MCPcopy Index your code
hub / github.com/abiosoft/ishell / done

Method done

progress.go:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (p *progressBarImpl) done() {
128 p.wMutex.Lock()
129 defer p.wMutex.Unlock()
130
131 p.erase(p.writtenLen)
132 fmt.Fprintln(p.writer, p.final)
133}
134
135func (p *progressBarImpl) output() string {
136 p.Lock()

Callers 1

StartMethod · 0.95

Calls 1

eraseMethod · 0.95

Tested by

no test coverage detected