MCPcopy
hub / github.com/micro-editor/micro / Is

Method Is

internal/util/util.go:81–83  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

79}
80
81func (e OverwriteError) Is(target error) bool {
82 return target == ErrOverwrite
83}
84
85func (e OverwriteError) Unwrap() error {
86 return e.What

Callers 13

createBindingsIfNotExistFunction · 0.80
SaveAsCBMethod · 0.80
saveBufToFileMethod · 0.80
SetGlobalOptionNativeFunction · 0.80
BindCmdMethod · 0.80
UnbindCmdMethod · 0.80
writeBackupMethod · 0.80
saveToFileMethod · 0.80
NewBufferFunction · 0.80
LoadHistoryMethod · 0.80
SafeWriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected