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

Method Mutate

bridge/github/client.go:19–19  ·  view source on GitHub ↗
(context.Context, interface{}, githubv4.Input, map[string]interface{})

Source from the content-addressed store, hash-verified

17// Client is an interface conforming with githubv4.Client
18type Client interface {
19 Mutate(context.Context, interface{}, githubv4.Input, map[string]interface{}) error
20 Query(context.Context, interface{}, map[string]interface{}) error
21}
22

Callers 4

MutateMethod · 0.65
mutateMethod · 0.65
TestIdentityPushPullFunction · 0.65

Implementers 1

Clientbridge/github/mocks/Client.go

Calls

no outgoing calls

Tested by 2

TestIdentityPushPullFunction · 0.52