()
| 624 | } |
| 625 | |
| 626 | func (e editorRetriever) Retrieve() (string, error) { |
| 627 | return cmdutil.DetermineEditor(e.config) |
| 628 | } |
| 629 | |
| 630 | // partitionReviewersByType splits reviewer identifiers into users, bots, and teams. |
| 631 | // Team identifiers are in the form "org/slug" and are returned as-is. |
nothing calls this directly
no test coverage detected