MCPcopy Index your code
hub / github.com/git-bug/git-bug / Mutate

Method Mutate

bridge/github/mocks/Client.go:19–30  ·  view source on GitHub ↗

Mutate provides a mock function with given fields: _a0, _a1, _a2, _a3

(_a0 context.Context, _a1 interface{}, _a2 githubv4.Input, _a3 map[string]interface{})

Source from the content-addressed store, hash-verified

17
18// Mutate provides a mock function with given fields: _a0, _a1, _a2, _a3
19func (_m *Client) Mutate(_a0 context.Context, _a1 interface{}, _a2 githubv4.Input, _a3 map[string]interface{}) error {
20 ret := _m.Called(_a0, _a1, _a2, _a3)
21
22 var r0 error
23 if rf, ok := ret.Get(0).(func(context.Context, interface{}, githubv4.Input, map[string]interface{}) error); ok {
24 r0 = rf(_a0, _a1, _a2, _a3)
25 } else {
26 r0 = ret.Error(0)
27 }
28
29 return r0
30}
31
32// Query provides a mock function with given fields: _a0, _a1, _a2
33func (_m *Client) Query(_a0 context.Context, _a1 interface{}, _a2 map[string]interface{}) error {

Callers

nothing calls this directly

Implementers 1

Clientbridge/github/mocks/Client.go

Calls 2

GetMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected