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

Struct ChangeTodoActionsInstruction

pkg/app/daemon/daemon.go:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178type ChangeTodoActionsInstruction struct {
179 Changes []ChangeTodoAction
180}
181
182func NewChangeTodoActionsInstruction(changes []ChangeTodoAction) Instruction {
183 return &ChangeTodoActionsInstruction{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected