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

Method recorded

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

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

()

Source from the content-addressed store, hash-verified

1808
1809// recorded returns every query seen so far, joined for substring matching.
1810func (g *graphQLRecorder) recorded() string {
1811 g.mu.Lock()
1812 defer g.mu.Unlock()
1813 return strings.Join(g.queries, "\n")
1814}
1815
1816// hostsConfig renders a config holding one token per host.
1817func hostsConfig(tokens map[string]string) string {

Callers 1

Test_editRunFunction · 0.95

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected