MCPcopy
hub / github.com/opentrace/opentrace / packedVersionToHumanReadable

Function packedVersionToHumanReadable

ui/public/lbug_wasm_worker.js:1513–1514  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1511 return vers.join('');
1512 }
1513 var packedVersionToHumanReadable = (n) =>
1514 [(n / 1e4) | 0, ((n / 100) | 0) % 100, n % 100].join('.');
1515 var TARGET_NOT_SUPPORTED = 2147483647;
1516 var currentNodeVersion =
1517 typeof process !== 'undefined' && process.versions?.node

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected