Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SalesforceAIResearch/perfcodegen
/ run
Method
run
src/sanitize.py:152–154 ·
view source on GitHub ↗
(self, root)
Source
from the content-addressed store, hash-verified
150
return
node
151
152
def
run(self, root):
153
self.visit(root)
154
return
root
155
156
157
class
CommentRemover(ast.NodeTransformer):
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected