MCPcopy 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
157class CommentRemover(ast.NodeTransformer):

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected