MCPcopy
hub / github.com/AstrBotDevs/AstrBot / client_host

Method client_host

astrbot/api/web.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285
286 @property
287 def client_host(self) -> str | None:
288 return self._get_current().client_host
289
290 @property
291 def path_params(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

_get_currentMethod · 0.95

Tested by

no test coverage detected