Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _CMakeVarRef
Method
_CMakeVarRef
deps/v8/tools/cppgc/gen_cmake.py:463–464 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
461
462
@staticmethod
463
def
_CMakeVarRef(var):
464
return
'\"${'
+ CMakeBuilder._CMakeVar(var) +
'}"'
465
466
467
def
FormatCMake(contents):
Callers
1
BuildIdentifier
Method · 0.95
Calls
1
_CMakeVar
Method · 0.80
Tested by
no test coverage detected