MCPcopy Index your code
hub / github.com/nodejs/node / getCompileCacheDir

Function getCompileCacheDir

lib/internal/modules/helpers.js:512–514  ·  view source on GitHub ↗

* Get the compile cache directory if on-disk compile cache is enabled. * @returns {string|undefined} Path to the module compile cache directory if it is enabled, * or undefined otherwise.

()

Source from the content-addressed store, hash-verified

510 * or undefined otherwise.
511 */
512function getCompileCacheDir() {
513 return _getCompileCacheDir() || undefined;
514}
515
516module.exports = {
517 addBuiltinLibsToObject,

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…