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

Method getCanvasHandler

go/session.go:183–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (s *Session) getCanvasHandler() CanvasHandler {
184 s.canvasMu.RLock()
185 defer s.canvasMu.RUnlock()
186 return s.canvasHandler
187}
188
189// registerBearerTokenProviders installs per-provider [BearerTokenProvider] callbacks
190// for BYOK providers configured with managed-identity / on-demand bearer-token

Calls

no outgoing calls