MCPcopy Index your code
hub / github.com/github/github-mcp-server / CallCount

Method CallCount

pkg/lockdown/lockdown_test.go:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (c *countingTransport) CallCount() int {
53 c.mu.Lock()
54 defer c.mu.Unlock()
55 return c.calls
56}
57
58func newMockGQLClient(viewerLogin string, isPrivate bool) (*githubv4.Client, *countingTransport) {
59 variables := map[string]any{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected