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

Method do_POST

python/e2e/test_copilot_request_handler_e2e.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self._route()
137
138 def do_POST(self): # noqa: N802
139 self._route()
140
141 http_server = ThreadingHTTPServer(("127.0.0.1", 0), _Handler)
142 http_port = http_server.server_address[1]

Callers

nothing calls this directly

Calls 1

_routeMethod · 0.95

Tested by

no test coverage detected