MCPcopy Create free account
hub / github.com/microsoft/debugpy / evaluate_request

Method evaluate_request

src/debugpy/adapter/clients.py:623–631  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

621
622 @message_handler
623 def evaluate_request(self, request):
624 propagated_request = self.server.channel.propagate(request)
625
626 def handle_response(response):
627 request.respond(response.body)
628
629 propagated_request.on_response(handle_response)
630
631 return messaging.NO_RESPONSE
632
633 @message_handler
634 def pause_request(self, request):

Callers

nothing calls this directly

Calls 2

on_responseMethod · 0.80
propagateMethod · 0.45

Tested by

no test coverage detected