MCPcopy Create free account
hub / github.com/breck7/scroll / init

Function init

external/.d3.js:4198–4202  ·  view source on GitHub ↗
(node, id)

Source from the content-addressed store, hash-verified

4196}
4197
4198function init(node, id) {
4199 var schedule = get(node, id);
4200 if (schedule.state > CREATED) throw new Error("too late; already scheduled");
4201 return schedule;
4202}
4203
4204function set(node, id) {
4205 var schedule = get(node, id);

Callers 2

delayFunctionFunction · 0.70
delayConstantFunction · 0.70

Calls 1

getFunction · 0.70

Tested by

no test coverage detected