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

Method SendText

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

SendText forwards an upstream text message to the runtime.

(data []byte)

Source from the content-addressed store, hash-verified

120type WebSocketResponseWriter interface {
121 // SendText forwards an upstream text message to the runtime.
122 SendText(data []byte) error
123 // SendBinary forwards an upstream binary message to the runtime.
124 SendBinary(data []byte) error
125}

Callers 1

receiveLoopMethod · 0.65

Implementers 1

wsResponseWritergo/copilot_request_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected