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

Method start

go/copilot_request_handler.go:322–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320}
321
322func (w *wsResponseWriter) start() error {
323 w.mu.Lock()
324 defer w.mu.Unlock()
325 if w.started {
326 return nil
327 }
328 w.started = true
329 return w.sink.start(101, "", http.Header{})
330}
331
332func (w *wsResponseWriter) SendText(data []byte) error {
333 w.mu.Lock()

Callers 1

handleWebSocketMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected