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

Function endianness

lib/os.js:201–203  ·  view source on GitHub ↗

* @returns {'BE' | 'LE'}

()

Source from the content-addressed store, hash-verified

199 * @returns {'BE' | 'LE'}
200 */
201function endianness() {
202 return kEndianness;
203}
204endianness[SymbolToPrimitive] = () => kEndianness;
205
206/**

Callers 3

isLinuxPPCBEFunction · 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…