Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ set_taint
Method
set_taint
aura/analyzers/python/nodes.py:723–724 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
721
return
self.name
722
723
def
set_taint(self, *args, **kwargs):
724
return
self.args.set_taint(*args, **kwargs)
725
726
def
get_signature(self):
727
return
self.args.get_signature()
Callers
nothing calls this directly
Calls
1
set_taint
Method · 0.45
Tested by
no test coverage detected