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

Function _token_is_blank

mycli/packages/completion_engine.py:399–400  ·  view source on GitHub ↗
(ctx: SuggestContext)

Source from the content-addressed store, hash-verified

397
398
399def _token_is_blank(ctx: SuggestContext) -> bool:
400 return not ctx.token
401
402
403def _token_value_is(ctx: SuggestContext, *values: str) -> bool:

Callers 1

test_token_is_blankFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_token_is_blankFunction · 0.72