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

Method _visit_node

aura/analyzers/python/nodes.py:1411–1412  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

1409 pointer: ASTNode
1410
1411 def _visit_node(self, context):
1412 self.pointer._visit_node(context)
1413
1414 @property
1415 def _taint_class(self) -> Taints:

Callers

nothing calls this directly

Calls 1

_visit_nodeMethod · 0.45

Tested by

no test coverage detected