MCPcopy
hub / github.com/di-sukharev/opencommit / markResourceTiming

Function markResourceTiming

out/cli.cjs:59974–59978  ·  view source on GitHub ↗
(timingInfo, originalURL, initiatorType, globalThis2, cacheState)

Source from the content-addressed store, hash-verified

59972 markResourceTiming(
59973 timingInfo,
59974 originalURL,
59975 initiatorType,
59976 globalThis,
59977 cacheState
59978 );
59979 }
59980 function markResourceTiming(timingInfo, originalURL, initiatorType, globalThis2, cacheState) {
59981 if (nodeMajor > 18 || nodeMajor === 18 && nodeMinor >= 2) {

Callers 1

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