MCPcopy Index your code
hub / github.com/cli/cli / mockPullRequestUpdate

Function mockPullRequestUpdate

pkg/cmd/pr/edit/edit_test.go:1311–1315  ·  view source on GitHub ↗
(reg *httpmock.Registry)

Source from the content-addressed store, hash-verified

1309}
1310
1311func mockPullRequestUpdate(reg *httpmock.Registry) {
1312 reg.Register(
1313 httpmock.GraphQL(`mutation PullRequestUpdate\b`),
1314 httpmock.StringResponse(`{}`))
1315}
1316
1317func mockPullRequestUpdateApiActors(reg *httpmock.Registry) {
1318 reg.Register(

Callers 1

Test_editRunFunction · 0.85

Calls 3

GraphQLFunction · 0.92
StringResponseFunction · 0.92
RegisterMethod · 0.45

Tested by

no test coverage detected