MCPcopy Index your code
hub / github.com/opencloud-eu/opencloud / logFailure

Function logFailure

opencloud/pkg/command/posixfs.go:537–541  ·  view source on GitHub ↗
(message string, args ...any)

Source from the content-addressed store, hash-verified

535}
536
537func logFailure(message string, args ...any) {
538 spinner.StopFailMessage(fmt.Sprintf("\n"+message, args...))
539 spinner.StopFail()
540 spinner.Start()
541}

Callers 5

checkSpaceFunction · 0.85
checkSpaceIDFunction · 0.85
walkNodesFunction · 0.85
checkNodeIDsFunction · 0.85
fixSpaceIDFunction · 0.85

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected