MCPcopy Index your code
hub / github.com/dbcli/mycli / reader

Function reader

test/pytests/test_completer_use_switch.py:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 errors: list[str] = []
87
88 def reader() -> None:
89 document = Document("SELECT ", len("SELECT "))
90 while not stop.is_set():
91 try:
92 list(completer.get_completions(document, None))
93 except Exception:
94 errors.append(traceback.format_exc())
95 return
96
97 def writer() -> None:
98 n = 0

Callers

nothing calls this directly

Calls 1

get_completionsMethod · 0.80

Tested by

no test coverage detected