MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / isModified

Method isModified

packages/core/src/document/document.ts:351–353  ·  view source on GitHub ↗

* check if there is unsaved change for document

()

Source from the content-addressed store, hash-verified

349 * check if there is unsaved change for document
350 */
351 isModified() {
352 return this.history.isSavePoint()
353 }
354
355 /**
356 * get components map of all the nodes in this document

Callers 1

isBlankMethod · 0.95

Calls 1

isSavePointMethod · 0.80

Tested by

no test coverage detected