Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
export
Method · 0.80
open
Method · 0.80
Calls
1
isModified
Method · 0.95
Tested by
no test coverage detected