MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / node_expr

Function node_expr

ngrams.py:148–151  ·  view source on GitHub ↗
(node: dict)

Source from the content-addressed store, hash-verified

146
147
148def node_expr(node: dict) -> ASTNodeIdentifier:
149 stmt = ASTNodeIdentifier(label=None, node_type='expr')
150 stmt += extract_identifier(node['value'])
151 return stmt
152
153
154def node_class_def(node: dict) -> ASTNodeIdentifier:

Callers

nothing calls this directly

Calls 2

ASTNodeIdentifierClass · 0.85
extract_identifierFunction · 0.85

Tested by

no test coverage detected