Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ FinishShared
Method
FinishShared
cli/cli_progress.go:227–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
}
226
227
func
(p *cliProgress) FinishShared() {
228
p.uploadFinished.Store(true)
229
p.output(defaultColor,
""
)
230
}
231
232
func
(p *cliProgress) UploadStarted() {
233
if
p.shared {
Callers
1
run
Method · 0.80
Calls
2
output
Method · 0.95
Store
Method · 0.65
Tested by
no test coverage detected