MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / node_name

Function node_name

ngrams.py:174–177  ·  view source on GitHub ↗
(node: dict)

Source from the content-addressed store, hash-verified

172
173
174def node_name(node: dict) -> ASTNodeIdentifier:
175 stmt = ASTNodeIdentifier(label=node['id'], node_type='name')
176 # TODO: add ctx
177 return stmt
178
179
180def node_str(node: dict) -> ASTNodeIdentifier:

Callers

nothing calls this directly

Calls 1

ASTNodeIdentifierClass · 0.85

Tested by

no test coverage detected