MCPcopy
hub / github.com/cli/cli / Retrieve

Method Retrieve

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

Source from the content-addressed store, hash-verified

535}
536
537func (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.

Callers

nothing calls this directly

Calls 1

DetermineEditorFunction · 0.92

Tested by

no test coverage detected