* hasChanges * This counts meangful edits only (modified, created, deleted). * For example, we could perform a bunch of no-op edits and it would still return false. * @return {boolean} `true` if the user has made any meaningful edits
()
| 769 | * @return {boolean} `true` if the user has made any meaningful edits |
| 770 | */ |
| 771 | hasChanges() { |
| 772 | return this._fullDifference.changes.size > 0; |
| 773 | } |
| 774 | |
| 775 | |
| 776 | /** |
no outgoing calls
no test coverage detected