MCPcopy Create free account
hub / github.com/cli/cli / Retrieve

Method Retrieve

pkg/cmd/pr/edit/edit.go:626–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624}
625
626func (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.

Callers

nothing calls this directly

Calls 1

DetermineEditorFunction · 0.92

Tested by

no test coverage detected