MCPcopy Index your code
hub / github.com/dbcli/mssql-cli / result_set

Function result_set

tests/metadata.py:42–43  ·  view source on GitHub ↗
(completer, text, position=None)

Source from the content-addressed store, hash-verified

40
41
42def result_set(completer, text, position=None):
43 return set(get_result(completer, text, position))
44
45
46# The code below is quivalent to

Calls 1

get_resultFunction · 0.85