MCPcopy Create free account
hub / github.com/github/copilot-sdk / providerTokenJSONRPCError

Function providerTokenJSONRPCError

go/session.go:242–247  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

240}
241
242func providerTokenJSONRPCError(message string) *jsonrpc2.Error {
243 return &jsonrpc2.Error{
244 Code: -32603,
245 Message: message,
246 }
247}
248
249type canvasClientSessionAdapter struct {
250 session *Session

Callers 1

GetTokenMethod · 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…