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

Struct testEditor

pkg/cmd/pr/merge/merge_test.go:2033–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2031}
2032
2033type testEditor struct{}
2034
2035func (e testEditor) Edit(filename, text string) (string, error) {
2036 return strings.ToUpper(text), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected