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

Method getElicitationHandler

go/session.go:924–928  ·  view source on GitHub ↗

getElicitationHandler returns the currently registered elicitation handler, or nil.

()

Source from the content-addressed store, hash-verified

922
923// getElicitationHandler returns the currently registered elicitation handler, or nil.
924func (s *Session) getElicitationHandler() ElicitationHandler {
925 s.elicitationMu.RLock()
926 defer s.elicitationMu.RUnlock()
927 return s.elicitationHandler
928}
929
930func (s *Session) registerMCPAuthHandler(handler MCPAuthHandler) {
931 s.mcpAuthMu.Lock()

Callers 3

handleBroadcastEventMethod · 0.95

Calls

no outgoing calls

Tested by 1