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

Function nsFromTimeSpecBigInt

lib/internal/fs/utils.js:438–440  ·  view source on GitHub ↗
(sec, nsec)

Source from the content-addressed store, hash-verified

436}
437
438function nsFromTimeSpecBigInt(sec, nsec) {
439 return sec * kNsPerSecBigInt + nsec;
440}
441
442// TODO(LiviaMedeiros): TemporalInstant primordial
443let TemporalInstant;

Callers 1

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