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

Function function

tests/metadata.py:26–32  ·  view source on GitHub ↗
(text, pos=0, display=None)

Source from the content-addressed store, hash-verified

24
25
26def function(text, pos=0, display=None):
27 return Completion(
28 text,
29 display=display or text,
30 start_position=pos,
31 display_meta='function'
32 )
33
34
35def get_result(completer, text, position=None):

Calls

no outgoing calls