Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ _identifier_is_function
Function
_identifier_is_function
pgcli/packages/parseutils/tables.py:32–33 ·
view source on GitHub ↗
(identifier)
Source
from the content-addressed store, hash-verified
30
31
32
def
_identifier_is_function(identifier):
33
return
any(isinstance(t, Function)
for
t in identifier.tokens)
34
35
36
def
extract_from_part(parsed, stop_at_punctuation=True):
Callers
1
extract_table_identifiers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected