MCPcopy Create free account
hub / github.com/facebook/Rapid / difference

Method difference

modules/core/EditSystem.js:736–738  ·  view source on GitHub ↗

* difference * Returns a `Difference` containing all edits from `base` -> `stable` * We use this pretty frequently, so it's cached in `this._fullDifference` * and recomputed by the `_updateChanges` function only when `stable` changes. * @return {Difference} The total changes made by the

()

Source from the content-addressed store, hash-verified

734 * @return {Difference} The total changes made by the user during their edit session
735 */
736 difference() {
737 return this._fullDifference;
738 }
739
740
741 /**

Callers 11

_updateTitleMethod · 0.80
saveMethod · 0.80
_startConflictCheckMethod · 0.80
_tryUploadMethod · 0.80
validateAsyncMethod · 0.80
renderMethod · 0.80
chooseMethod · 0.80
setNoIssuesTextFunction · 0.80
uiSectionChangesFunction · 0.80
renderDisclosureContentFunction · 0.80
EditSystem.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected