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

Function node_str

ngrams.py:180–182  ·  view source on GitHub ↗
(node: dict)

Source from the content-addressed store, hash-verified

178
179
180def node_str(node: dict) -> ASTNodeIdentifier:
181 stmt = ASTNodeIdentifier(label=node['s'], node_type='str')
182 return stmt
183
184
185def node_assign(node: dict) -> ASTNodeIdentifier:

Callers

nothing calls this directly

Calls 1

ASTNodeIdentifierClass · 0.85

Tested by

no test coverage detected