Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
type
Instruction
interface
{
106
Kind() DaemonKind
107
SerializedInstructions() string
108
109
// runs the instruction
110
run(common *common.Common) error
Callers
1
ToEnvVars
Function · 0.65
Implementers
9
ExitImmediatelyInstruction
pkg/app/daemon/daemon.go
RemoveUpdateRefsForCopiedBranchInstruction
pkg/app/daemon/daemon.go
ChangeTodoActionsInstruction
pkg/app/daemon/daemon.go
DropMergeCommitInstruction
pkg/app/daemon/daemon.go
MoveFixupCommitDownInstruction
pkg/app/daemon/daemon.go
MoveTodosUpInstruction
pkg/app/daemon/daemon.go
MoveTodosDownInstruction
pkg/app/daemon/daemon.go
InsertBreakInstruction
pkg/app/daemon/daemon.go
WriteRebaseTodoInstruction
pkg/app/daemon/daemon.go
Calls
no outgoing calls
Tested by
no test coverage detected