MCPcopy Create free account
hub / github.com/FastLED/FastLED / start_http_server

Function start_http_server

ci/wasm_audio_drag_drop_test.py:133–140  ·  view source on GitHub ↗
(port: int, directory: Path)

Source from the content-addressed store, hash-verified

131
132
133def start_http_server(port: int, directory: Path) -> multiprocessing.Process:
134 server_process = multiprocessing.Process(
135 target=_run_http_server,
136 args=(port, str(directory)),
137 daemon=True,
138 )
139 server_process.start()
140 return server_process
141
142
143async def enable_vibe_reactive_checkbox(page) -> bool:

Callers 1

mainFunction · 0.70

Calls 1

startMethod · 0.45

Tested by

no test coverage detected