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

Function revisit

docs/app/js/sanddance-app.js:117317–117326  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

117315 else cache.set((0, _vegaDataflow.tupleid)(t), 1);
117316 });
117317 function revisit(t) {
117318 const id = (0, _vegaDataflow.tupleid)(t), b = test(t, _), s = cache.get(id);
117319 if (b && s) {
117320 cache.delete(id);
117321 add4.push(t);
117322 } else if (!b && !s) {
117323 cache.set(id, 1);
117324 rem4.push(t);
117325 } else if (isMod && b && !s) mod.push(t);
117326 }
117327 pulse.visit(pulse.MOD, revisit);
117328 if (_.modified()) {
117329 isMod = false;

Callers

nothing calls this directly

Calls 4

testFunction · 0.70
getMethod · 0.45
deleteMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected