Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Easy-Editor/EasyEditor
/ close
Method
close
packages/core/src/document/document.ts:343–346 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
342
@action
343
close() {
344
this.setSuspense(true)
345
this._opened = false
346
}
347
348
/**
349
* check
if
there is unsaved change
for
document
Callers
5
shutdown
Function · 0.80
buildCommand
Function · 0.80
closeBundle
Function · 0.80
closeOthers
Method · 0.80
disconnect
Method · 0.80
Calls
1
setSuspense
Method · 0.95
Tested by
no test coverage detected