MCPcopy Create free account
hub / github.com/cli/cli / recorded

Method recorded

pkg/cmd/issue/edit/edit_test.go:1795–1799  ·  view source on GitHub ↗

recorded returns every query seen so far, joined for substring matching.

()

Source from the content-addressed store, hash-verified

1793
1794// recorded returns every query seen so far, joined for substring matching.
1795func (g *graphQLRecorder) recorded() string {
1796 g.mu.Lock()
1797 defer g.mu.Unlock()
1798 return strings.Join(g.queries, "\n")
1799}
1800
1801// hostsConfig renders a config holding one token per host.
1802func hostsConfig(tokens map[string]string) string {

Callers 1

Test_editRunFunction · 0.95

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected