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

Method SendBinary

go/copilot_request_handler.go:124–124  ·  view source on GitHub ↗

SendBinary forwards an upstream binary message to the runtime.

(data []byte)

Source from the content-addressed store, hash-verified

122 SendText(data []byte) error
123 // SendBinary forwards an upstream binary message to the runtime.
124 SendBinary(data []byte) error
125}
126
127// CopilotWebSocketHandler is a per-connection WebSocket handler returned by

Callers 1

receiveLoopMethod · 0.65

Implementers 1

wsResponseWritergo/copilot_request_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected