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

Method request

src/debugpy/adapter/servers.py:178–181  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

176 raise RuntimeError('Mismatched "clientAccessToken"; server not authorized.')
177
178 def request(self, request):
179 raise request.isnt_valid(
180 "Requests from the debug server to the client are not allowed."
181 )
182
183 def event(self, event):
184 pass

Callers

nothing calls this directly

Calls 1

isnt_validMethod · 0.80

Tested by

no test coverage detected