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

Function newFrameQueue

go/copilot_request_handler.go:502–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500}
501
502func newFrameQueue() *frameQueue {
503 q := &frameQueue{}
504 q.cond = sync.NewCond(&q.mu)
505 return q
506}
507
508func (q *frameQueue) push(m CopilotWebSocketMessage) {
509 q.mu.Lock()

Callers 1

getOrCreateExchangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…