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

Struct WriteRebaseTodoInstruction

pkg/app/daemon/daemon.go:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345type WriteRebaseTodoInstruction struct {
346 TodosFileContent []byte
347}
348
349func NewWriteRebaseTodoInstruction(todosFileContent []byte) Instruction {
350 return &WriteRebaseTodoInstruction{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected