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

Method push

aura/analyzers/python/visitor.py:152–156  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

150 self.tree = get_ast_tree(self.location)
151
152 def push(self, context):
153 if len(self.queue) >= self.max_queue_size:
154 warn("AST Queue size exceeded, dropping traversal node", stacklevel=2)
155 return False
156 self.queue.append(context)
157
158 def _replace_generic(self, new_node, key, context):
159 """

Callers 3

_visit_nodeMethod · 0.45
_visit_nodeMethod · 0.45
visit_childMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected