MCPcopy Create free account
hub / github.com/jipegit/OSXAuditor / d3_timer_replace

Function d3_timer_replace

d3-3.2.8/d3.js:1941–1947  ·  view source on GitHub ↗
(callback, delay, then)

Source from the content-addressed store, hash-verified

1939 d3_timer_sweep();
1940 };
1941 function d3_timer_replace(callback, delay, then) {
1942 var n = arguments.length;
1943 if (n < 2) delay = 0;
1944 if (n < 3) then = Date.now();
1945 d3_timer_active.callback = callback;
1946 d3_timer_active.time = then + delay;
1947 }
1948 function d3_timer_mark() {
1949 var now = Date.now();
1950 d3_timer_active = d3_timer_queueHead;

Callers 2

d3_transitionNodeFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected