MCPcopy
hub / github.com/marimo-team/marimo / _check_started

Function _check_started

tests/_cli/test_cli.py:138–139  ·  view source on GitHub ↗
(port: int, host: str = "localhost")

Source from the content-addressed store, hash-verified

136
137
138def _check_started(port: int, host: str = "localhost") -> bytes | None:
139 assert _try_fetch(port, host) is not None
140
141
142def _temp_run_file(directory: tempfile.TemporaryDirectory[str]) -> str:

Calls 1

_try_fetchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…