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

Function isLinuxPPCBE

test/tick-processor/util.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11const { endianness } = require('os');
12
13function isLinuxPPCBE() {
14 return (process.platform === 'linux') &&
15 (process.arch === 'ppc64') &&
16 (endianness() === 'BE');
17}
18
19module.exports = {
20 isCPPSymbolsNotMapped: isWindows ||

Callers 1

util.jsFile · 0.85

Calls 1

endiannessFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…