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

Method removePending

go/copilot_request_handler.go:703–707  ·  view source on GitHub ↗
(requestID string)

Source from the content-addressed store, hash-verified

701}
702
703func (a *copilotRequestAdapter) removePending(requestID string) {
704 a.mu.Lock()
705 delete(a.pending, requestID)
706 a.mu.Unlock()
707}
708
709func decodeChunkData(data string, binary bool) ([]byte, error) {
710 if binary {

Callers 2

endMethod · 0.80
sinkErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected