MCPcopy Create free account
hub / github.com/nodejs/node / _SourceVar

Method _SourceVar

deps/v8/tools/cppgc/gen_cmake.py:451–452  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

449
450 @staticmethod
451 def _SourceVar(target):
452 return CMakeBuilder._CMakeVar(target) + '_SOURCES'
453
454 @staticmethod
455 def _CMakeVar(var):

Callers 4

BuildTargetMethod · 0.95
BuildSourcesListMethod · 0.95
BuildAppendSourcesMethod · 0.95
BuildRemoveSourcesMethod · 0.95

Calls 1

_CMakeVarMethod · 0.80

Tested by

no test coverage detected