MCPcopy Create free account
hub / github.com/monitoror/monitoror / Get

Method Get

pkg/gogithub/pullrequest.go:13–13  ·  view source on GitHub ↗
(ctx context.Context, owner string, repo string, number int)

Source from the content-addressed store, hash-verified

11type PullRequestService interface {
12 List(ctx context.Context, owner string, repo string, opt *githubApi.PullRequestListOptions) ([]*githubApi.PullRequest, *githubApi.Response, error)
13 Get(ctx context.Context, owner string, repo string, number int) (*githubApi.PullRequest, *githubApi.Response, error)
14}

Callers 15

GetValidatorMethod · 0.65
IsEnabledMethod · 0.65
GetMinimalVersionMethod · 0.65
GetVariantMethod · 0.65
GetVariantsNamesMethod · 0.65
GetMonitorablesMethod · 0.65
RegisterGeneratorMethod · 0.65
RegisterTileMethod · 0.65
GroupMethod · 0.65
GETMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65

Implementers 1

PullRequestServicepkg/gogithub/mocks/PullRequestService.

Calls

no outgoing calls

Tested by 2

TestCacheMiddlewareFunction · 0.52