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

Method isBlank

packages/core/src/document/document.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 isBlank() {
92 return !!(this._blank && !this.isModified())
93 }
94
95 readonly history: History
96

Callers 2

exportMethod · 0.80
openMethod · 0.80

Calls 1

isModifiedMethod · 0.95

Tested by

no test coverage detected