MCPcopy
hub / github.com/zenoamaro/react-quill / getRecord

Function getRecord

test/polyfills/MutationObserver.js:201–203  ·  view source on GitHub ↗
(type, target)

Source from the content-addressed store, hash-verified

199 }
200 var currentRecord, recordWithOldValue;
201 function getRecord(type, target) {
202 return currentRecord = new MutationRecord(type, target);
203 }
204 function getRecordWithOldValue(oldValue) {
205 if (recordWithOldValue) return recordWithOldValue;
206 recordWithOldValue = copyMutationRecord(currentRecord);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…