Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
func
(e OverwriteError) Is(target error) bool {
82
return
target == ErrOverwrite
83
}
84
85
func
(e OverwriteError) Unwrap() error {
86
return
e.What
Callers
13
createBindingsIfNotExist
Function · 0.80
SaveAsCB
Method · 0.80
saveBufToFile
Method · 0.80
SetGlobalOptionNative
Function · 0.80
BindCmd
Method · 0.80
UnbindCmd
Method · 0.80
writeBackup
Method · 0.80
saveToFile
Method · 0.80
NewBufferFromFileWithCommand
Function · 0.80
NewBuffer
Function · 0.80
LoadHistory
Method · 0.80
SafeWrite
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected