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

Method _send_raw

benches/memory_usage.py:234–237  ·  view source on GitHub ↗
(self, obj: dict[str, Any])

Source from the content-addressed store, hash-verified

232 # ── Transport ────────────────────────────────────────────────────
233
234 def _send_raw(self, obj: dict[str, Any]) -> None:
235 with self._write_lock:
236 self._proc.stdin.write(_encode_message(obj))
237 self._proc.stdin.flush()
238
239 @property
240 def pid(self) -> int:

Callers 3

_reader_loopMethod · 0.95
send_requestMethod · 0.95
send_notificationMethod · 0.95

Calls 2

_encode_messageFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected