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

Function mockIssueGet

pkg/cmd/issue/edit/edit_test.go:1826–1828  ·  view source on GitHub ↗
(_ *testing.T, reg *httpmock.Registry)

Source from the content-addressed store, hash-verified

1824}
1825
1826func mockIssueGet(_ *testing.T, reg *httpmock.Registry) {
1827 mockIssueNumberGet(nil, reg, 123)
1828}
1829
1830// mockIssueGetWithRepository stubs the issue lookup with a body and the two
1831// repository fields the uploader reads. A row states both, so an empty

Callers 2

Test_editRunFunction · 0.85

Calls 1

mockIssueNumberGetFunction · 0.85

Tested by

no test coverage detected