MCPcopy Index your code
hub / github.com/microsoft/SandDance / rerun

Function rerun

docs/app/js/sanddance-app.js:135651–135653  ·  view source on GitHub ↗
(df, op)

Source from the content-addressed store, hash-verified

135649 }
135650});
135651function rerun(df, op) {
135652 return ()=>df.touch(op).run();
135653}
135654function simulation(nodes, _) {
135655 const sim = (0, _d3Force.forceSimulation)(nodes), stop = sim.stop, restart = sim.restart;
135656 let stopped = false;

Callers 1

transformFunction · 0.70

Calls 1

runMethod · 0.45

Tested by

no test coverage detected