MCPcopy Index your code
hub / github.com/github/copilot-sdk / push

Method push

go/copilot_request_handler.go:508–515  ·  view source on GitHub ↗
(m CopilotWebSocketMessage)

Source from the content-addressed store, hash-verified

506}
507
508func (q *frameQueue) push(m CopilotWebSocketMessage) {
509 q.mu.Lock()
510 if !q.done {
511 q.items = append(q.items, m)
512 }
513 q.cond.Signal()
514 q.mu.Unlock()
515}
516
517func (q *frameQueue) close() {
518 q.mu.Lock()

Callers 1

routeChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected