()
| 535 | } |
| 536 | |
| 537 | func (e editorRetriever) Retrieve() (string, error) { |
| 538 | return cmdutil.DetermineEditor(e.config) |
| 539 | } |
| 540 | |
| 541 | // partitionReviewersByType splits reviewer identifiers into users, bots, and teams. |
| 542 | // Team identifiers are in the form "org/slug" and are returned as-is. |
nothing calls this directly
no test coverage detected