Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
488
def
ParseGNFile(filename):
489
with
open(filename,
'r'
)
as
file:
490
contents = file.read()
491
return
ParseGN(contents)
492
493
494
def
GenCMake(main_gn, test_gn, outfile):
Callers
1
GenCMake
Function · 0.85
Calls
3
ParseGN
Function · 0.85
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected