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

Method append

go/client_test.go:1534–1538  ·  view source on GitHub ↗
(request recordedRequest)

Source from the content-addressed store, hash-verified

1532}
1533
1534func (r *requestRecorder) append(request recordedRequest) {
1535 r.mu.Lock()
1536 defer r.mu.Unlock()
1537 r.requests = append(r.requests, request)
1538}
1539
1540func (r *requestRecorder) snapshot() []recordedRequest {
1541 r.mu.Lock()

Callers 15

on_openMethod · 0.80
on_closeMethod · 0.80
on_actionMethod · 0.80
deploy_handlerMethod · 0.80
mock_requestMethod · 0.80
mock_requestMethod · 0.80
elicitation_handlerMethod · 0.80
shutdownMethod · 0.80
mock_requestMethod · 0.80
handlerMethod · 0.80
stopMethod · 0.80
create_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected