| 343 | } |
| 344 | |
| 345 | type WriteRebaseTodoInstruction struct { |
| 346 | TodosFileContent []byte |
| 347 | } |
| 348 | |
| 349 | func NewWriteRebaseTodoInstruction(todosFileContent []byte) Instruction { |
| 350 | return &WriteRebaseTodoInstruction{ |
nothing calls this directly
no outgoing calls
no test coverage detected