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

Function _parent_name

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

Source from the content-addressed store, hash-verified

128
129
130def _parent_name(ctx: SuggestContext) -> str | list[Any]:
131 return (ctx.identifier and ctx.identifier.get_parent_name()) or []
132
133
134def _tables(ctx: SuggestContext) -> list[tuple[str | None, str, str]]:

Callers 6

_emit_select_likeFunction · 0.85
_emit_relation_likeFunction · 0.85
_emit_relation_nameFunction · 0.85
_emit_onFunction · 0.85

Calls 1

get_parent_nameMethod · 0.80