MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _start_live

Function _start_live

openkb/agent/query.py:307–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 console = None # type: ignore[assignment]
306
307 def _start_live() -> Live | None:
308 if console is None:
309 return None
310 lv = Live(console=console, vertical_overflow="visible")
311 lv.start()
312 return lv
313
314 live: Live | None = None
315 last_was_text = False

Callers 1

run_queryFunction · 0.70

Calls 1

startMethod · 0.80

Tested by

no test coverage detected