| 332 | } |
| 333 | |
| 334 | static inline int is_rebase_i(const struct replay_opts *opts) |
| 335 | { |
| 336 | return opts->action == REPLAY_INTERACTIVE_REBASE; |
| 337 | } |
| 338 | |
| 339 | static const char *get_dir(const struct replay_opts *opts) |
| 340 | { |
no outgoing calls
no test coverage detected