MCPcopy
hub / github.com/jesseduffield/lazygit / SerializedInstructions

Method SerializedInstructions

pkg/app/daemon/daemon.go:107–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105type Instruction interface {
106 Kind() DaemonKind
107 SerializedInstructions() string
108
109 // runs the instruction
110 run(common *common.Common) error

Callers 1

ToEnvVarsFunction · 0.65

Implementers 9

ExitImmediatelyInstructionpkg/app/daemon/daemon.go
ChangeTodoActionsInstructionpkg/app/daemon/daemon.go
DropMergeCommitInstructionpkg/app/daemon/daemon.go
MoveFixupCommitDownInstructionpkg/app/daemon/daemon.go
MoveTodosUpInstructionpkg/app/daemon/daemon.go
MoveTodosDownInstructionpkg/app/daemon/daemon.go
InsertBreakInstructionpkg/app/daemon/daemon.go
WriteRebaseTodoInstructionpkg/app/daemon/daemon.go

Calls

no outgoing calls

Tested by

no test coverage detected