Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
537
func
logFailure(message string, args ...any) {
538
spinner.StopFailMessage(fmt.Sprintf(
"\n"
+message, args...))
539
spinner.StopFail()
540
spinner.Start()
541
}
Callers
5
checkSpace
Function · 0.85
checkSpaceID
Function · 0.85
walkNodes
Function · 0.85
checkNodeIDs
Function · 0.85
fixSpaceID
Function · 0.85
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected