MCPcopy
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
77func (e OverwriteError) Error() string {
78 return fmt.Sprintf(OverwriteFailMsg, e.What, e.BackupName)
79}
80
81func (e OverwriteError) Is(target error) bool {
82 return target == ErrOverwrite

Callers 1

ReplaceHomeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected