Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ testEditor
Struct
testEditor
pkg/cmd/pr/merge/merge_test.go:2397–2397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2395
}
2396
2397
type
testEditor
struct
{}
2398
2399
func
(e testEditor) Edit(filename, text string) (string, error) {
2400
return
strings.ToUpper(text), nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected