MCPcopy Index your code
hub / github.com/Starcounter-Jack/JSON-Patch / dirtyCheck

Function dirtyCheck

module/duplex.mjs:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 observer.callback = callback;
60 observer.next = null;
61 var dirtyCheck = function () {
62 generate(observer);
63 };
64 var fastCheck = function () {
65 clearTimeout(observer.next);
66 observer.next = setTimeout(dirtyCheck);

Callers

nothing calls this directly

Calls 1

generateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…