MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / _one

Function _one

tests/windows/test_daemon_stability.py:300–301  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

298 results = [None] * count
299
300 def _one(index):
301 results[index] = run_cli(binary, cache, ["cli", "list_projects", "{}"], timeout=120)
302
303 threads = [threading.Thread(target=_one, args=(i,)) for i in range(count)]
304 for thread in threads:

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.70

Tested by

no test coverage detected