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

Method refresh

progress.go:148–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148func (p *progressBarImpl) refresh() {
149 p.wMutex.Lock()
150 defer p.wMutex.Unlock()
151
152 p.write(p.output())
153}
154
155func (p *progressBarImpl) Start() {
156 p.Lock()

Callers 2

ProgressMethod · 0.95
StartMethod · 0.95

Calls 2

writeMethod · 0.95
outputMethod · 0.95

Tested by

no test coverage detected