MCPcopy Create free account
hub / github.com/github/copilot-sdk / clear

Method clear

go/client_test.go:1548–1552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1546}
1547
1548func (r *requestRecorder) clear() {
1549 r.mu.Lock()
1550 defer r.mu.Unlock()
1551 r.requests = nil
1552}
1553
1554func newInMemoryClient(t *testing.T) (*Client, *requestRecorder, func()) {
1555 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected