| 9 | ) |
| 10 | |
| 11 | type CherrypickOptions struct { |
| 12 | Mainline uint |
| 13 | MergeOptions MergeOptions |
| 14 | CheckoutOptions CheckoutOptions |
| 15 | } |
| 16 | |
| 17 | func cherrypickOptionsFromC(c *C.git_cherrypick_options) CherrypickOptions { |
| 18 | opts := CherrypickOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected