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

Method Unwrap

internal/util/util.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (e OverwriteError) Unwrap() error {
86 return e.What
87}
88
89func init() {
90 var err error

Callers 2

SetGlobalOptionNativeFunction · 0.80
saveToFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected