MCPcopy Create free account
hub / github.com/dbcli/mycli / _token_value_is

Function _token_value_is

mycli/packages/completion_engine.py:403–404  ·  view source on GitHub ↗
(ctx: SuggestContext, *values: str)

Source from the content-addressed store, hash-verified

401
402
403def _token_value_is(ctx: SuggestContext, *values: str) -> bool:
404 return bool(ctx.token_value and ctx.token_value in values)
405
406
407def _token_is_lparen(ctx: SuggestContext) -> bool:

Callers 2

test_token_value_isFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_token_value_isFunction · 0.72