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

Method Err

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

Err returns the terminal error after Done is closed, or nil on clean close.

()

Source from the content-addressed store, hash-verified

138 Done() <-chan struct{}
139 // Err returns the terminal error after Done is closed, or nil on clean close.
140 Err() error
141 // Close tears down the connection.
142 Close() error
143}

Callers 11

handleWebSocketMethod · 0.95
SendAndWaitMethod · 0.65
receiveLoopMethod · 0.65
runHandlerMethod · 0.65
startCLIServerMethod · 0.65
receivePermissionFunction · 0.65
receiveToolFunction · 0.65
receiveAssistantFunction · 0.65
sendMessageMethod · 0.65
RoundTripMethod · 0.65

Implementers 1

CopilotWebSocketForwardergo/copilot_request_handler.go

Calls

no outgoing calls

Tested by 1

RoundTripMethod · 0.52