| 208 | } |
| 209 | |
| 210 | type DropMergeCommitInstruction struct { |
| 211 | Hash string |
| 212 | } |
| 213 | |
| 214 | func NewDropMergeCommitInstruction(hash string) Instruction { |
| 215 | return &DropMergeCommitInstruction{ |
nothing calls this directly
no outgoing calls
no test coverage detected