MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _runner

Method _runner

uncommon_route/benchmark.py:344–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 return False
343
344 def _runner() -> None:
345 try:
346 asyncio.run(self.refresh(force=force))
347 except Exception as exc:
348 logger.warning("Benchmark background refresh failed: %s", exc)
349
350 self._refresh_thread = threading.Thread(
351 target=_runner,

Callers

nothing calls this directly

Calls 2

refreshMethod · 0.95
runMethod · 0.80

Tested by

no test coverage detected