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

Interface ModelAction

src/internal/common/type.go:5–7  ·  view source on GitHub ↗

Placeholder inteface for now, might later move 'model' type to commons and have and add an execute(model) function to this

Source from the content-addressed store, hash-verified

3// Placeholder inteface for now, might later move 'model' type to commons and have
4// and add an execute(model) function to this
5type ModelAction interface {
6 String() string
7}
8
9type NoAction struct {
10}

Callers 8

renderMethod · 0.65
PlaceOverlayFunction · 0.65
ReadFileContentFunction · 0.65
ConvertImageToANSIFunction · 0.65
buildKittyPlaceholdersFunction · 0.65
handleMouseMsgMethod · 0.65
handleKeyInputMethod · 0.65

Implementers 5

NoActionsrc/internal/common/type.go
ShellCommandActionsrc/internal/common/type.go
SplitPanelActionsrc/internal/common/type.go
CDCurrentPanelActionsrc/internal/common/type.go
OpenPanelActionsrc/internal/common/type.go

Calls

no outgoing calls

Tested by

no test coverage detected