Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
func
(e invalidCmdError) Error() string {
12
if
e.wrappedError == nil {
13
return
e.uiMsg
14
}
15
return
e.wrappedError.Error()
16
}
17
18
func
(e invalidCmdError) Unwrap() error {
19
return
e.wrappedError
Callers
15
TestZipSources
Function · 0.45
TestZipSourcesInvalidTarget
Function · 0.45
applyPromptModalAction
Method · 0.45
applyShellCommandAction
Method · 0.45
viewContent
Method · 0.45
quitSuperfile
Method · 0.45
ApplyToModel
Method · 0.45
mainKey
Method · 0.45
handleNotifyModelCancel
Method · 0.45
handleNotifyModelConfirm
Method · 0.45
markProcessDone
Function · 0.45
formatFileError
Function · 0.45
Calls
no outgoing calls
Tested by
10
TestZipSources
Function · 0.36
TestZipSourcesInvalidTarget
Function · 0.36
TestCheckFileNameValidity
Function · 0.36
TestModel_getPromptAction
Function · 0.36
Test_resolveShellSubstitution
Function · 0.36
Test_Save
Function · 0.36
Test_Toggle
Function · 0.36
TestGetBinaryArchitecture_NonBinaryFile
Function · 0.36
TestGetBinaryArchitecture_NonExistentFile
Function · 0.36
TestRendererBasic
Function · 0.36