MCPcopy
hub / github.com/yorukot/superfile / Error

Method Error

src/internal/ui/prompt/error.go:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (e invalidCmdError) Error() string {
12 if e.wrappedError == nil {
13 return e.uiMsg
14 }
15 return e.wrappedError.Error()
16}
17
18func (e invalidCmdError) Unwrap() error {
19 return e.wrappedError

Callers 15

TestZipSourcesFunction · 0.45
viewContentMethod · 0.45
quitSuperfileMethod · 0.45
ApplyToModelMethod · 0.45
mainKeyMethod · 0.45
markProcessDoneFunction · 0.45
formatFileErrorFunction · 0.45

Calls

no outgoing calls

Tested by 10

TestZipSourcesFunction · 0.36
Test_SaveFunction · 0.36
Test_ToggleFunction · 0.36
TestRendererBasicFunction · 0.36