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

Function Sourceify

tools/gyp/pylib/gyp/generator/android.py:85–88  ·  view source on GitHub ↗

Convert a path to its source directory form. The Android backend does not support options.generator_output, so this function is a noop.

(path)

Source from the content-addressed store, hash-verified

83
84
85def Sourceify(path):
86 """Convert a path to its source directory form. The Android backend does not
87 support options.generator_output, so this function is a noop."""
88 return path
89
90
91# Map from qualified target to path to output.

Callers 1

WriteCopiesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected