Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ Error
Method
Error
internal/util/util.go:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(e OverwriteError) Error() string {
78
return
fmt.Sprintf(OverwriteFailMsg, e.What, e.BackupName)
79
}
80
81
func
(e OverwriteError) Is(target error) bool {
82
return
target == ErrOverwrite
Callers
1
ReplaceHome
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected