Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ClearGeneratedFiles
Function
ClearGeneratedFiles
deps/v8/tools/generate-builtins-tests.py:110–112 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
108
109
110
def
ClearGeneratedFiles(options):
111
if
os.path.exists(options.outdir):
112
shutil.rmtree(options.outdir)
113
114
115
def
GenerateTests(options):
Callers
2
GenerateTests
Function · 0.85
Main
Function · 0.85
Calls
1
exists
Method · 0.45
Tested by
no test coverage detected