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

Function BuildFile

tools/gyp/pylib/gyp/common.py:110–112  ·  view source on GitHub ↗
(fully_qualified_target)

Source from the content-addressed store, hash-verified

108
109
110def BuildFile(fully_qualified_target):
111 # Extracts the build file from the fully qualified target.
112 return ParseQualifiedTarget(fully_qualified_target)[0]
113
114
115def GetEnvironFallback(var_list, default):

Callers 1

BuildFileTargetsFunction · 0.85

Calls 1

ParseQualifiedTargetFunction · 0.85

Tested by

no test coverage detected