MCPcopy 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
467def FormatCMake(contents):

Callers 1

BuildIdentifierMethod · 0.95

Calls 1

_CMakeVarMethod · 0.80

Tested by

no test coverage detected