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

Function delayRender

deps/v8/tools/profview/profview.js:286–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 },
285
286 delayRender() {
287 if (main.renderPending) return;
288 main.renderPending = true;
289
290 window.requestAnimationFrame(() => {
291 main.renderPending = false;
292 for (let c of components) {
293 c.render(main.currentState);
294 }
295 });
296 }
297};
298
299const CATEGORY_COLOR = "#f5f5f5";

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…