MCPcopy
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
32type CDCurrentPanelAction struct {
33 Location string
34}
35
36func (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