Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yorukot/superfile
/ CDCurrentPanelAction
Struct
CDCurrentPanelAction
src/internal/common/type.go:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
CDCurrentPanelAction
struct
{
33
Location string
34
}
35
36
func
(c CDCurrentPanelAction) String() string {
37
return
"CDCurrentPanelAction to "
+ c.Location
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected