Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
func
(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
135
func
(p *progressBarImpl) output() string {
136
p.Lock()
Callers
1
Start
Method · 0.95
Calls
1
erase
Method · 0.95
Tested by
no test coverage detected