MCPcopy 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
110def ClearGeneratedFiles(options):
111 if os.path.exists(options.outdir):
112 shutil.rmtree(options.outdir)
113
114
115def GenerateTests(options):

Callers 2

GenerateTestsFunction · 0.85
MainFunction · 0.85

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected