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

Function ParseGNFile

deps/v8/tools/cppgc/gen_cmake.py:488–491  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

486
487
488def ParseGNFile(filename):
489 with open(filename, 'r') as file:
490 contents = file.read()
491 return ParseGN(contents)
492
493
494def GenCMake(main_gn, test_gn, outfile):

Callers 1

GenCMakeFunction · 0.85

Calls 3

ParseGNFunction · 0.85
openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected