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

Function startOf

deps/v8/tools/parse-processor.mjs:739–743  ·  view source on GitHub ↗
(timestamp, time)

Source from the content-addressed store, hash-verified

737}
738
739function startOf(timestamp, time) {
740 let result = toTimestamp(timestamp) - time;
741 if (result < 0) throw "start timestamp cannot be negative";
742 return result;
743}
744
745
746export class ParseProcessor extends LogReader {

Callers 10

processFullMethod · 0.85
processParseFunctionMethod · 0.85
processParseScriptMethod · 0.85
processCompileLazyMethod · 0.85
processCompileMethod · 0.85
processBaselineLazyMethod · 0.85
processOptimizeLazyMethod · 0.85
processDeserializeMethod · 0.85

Calls 1

toTimestampFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…