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

Function getMachine

lib/os.js:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 * @returns {string}
100 */
101const getMachine = () => machine;
102
103getAvailableParallelism[SymbolToPrimitive] = () => getAvailableParallelism();
104getFreeMem[SymbolToPrimitive] = () => getFreeMem();

Callers 1

os.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…