MCPcopy Index your code
hub / github.com/nodejs/node / create_fuzztest_wrapper

Function create_fuzztest_wrapper

deps/v8/test/unittests/gen_fuzztest_configs.py:123–125  ·  view source on GitHub ↗
(fuzz_test_dir, test_name)

Source from the content-addressed store, hash-verified

121
122
123def create_fuzztest_wrapper(fuzz_test_dir, test_name):
124 fuzztest_path = fuzz_test_dir / fuzz_test_to_file_name(test_name)
125 create_wrapper(fuzztest_path, FUZZTEST_WRAPPER, test_name)
126
127
128def main():

Callers 1

mainFunction · 0.85

Calls 2

fuzz_test_to_file_nameFunction · 0.85
create_wrapperFunction · 0.85

Tested by

no test coverage detected