MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / _next_id

Method _next_id

benches/memory_usage.py:243–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

241 return self._proc.pid
242
243 def _next_id(self) -> int:
244 self._id += 1
245 return self._id
246
247 def send_request(self, method: str, params: dict[str, Any]) -> int:
248 """Send a JSON-RPC request. Returns the request id."""

Callers 1

send_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected