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

Method Query

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

Source from the content-addressed store, hash-verified

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
23// rateLimitHandlerClient wraps the Github client and adds improved error handling and handling of

Callers 10

TestCacheFunction · 0.65
queryImportMethod · 0.65
queryExportMethod · 0.65
queryPrintMsgsMethod · 0.65
callAPIDealWithLimitMethod · 0.65
GetIssueMethod · 0.65
GetCommentsMethod · 0.65
GetChangeLogMethod · 0.65
runBugFunction · 0.65
paginateMethod · 0.65

Implementers 1

Clientbridge/github/mocks/Client.go

Calls

no outgoing calls

Tested by 1

TestCacheFunction · 0.52