MCPcopy 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

shutdownFunction · 0.80
buildCommandFunction · 0.80
closeBundleFunction · 0.80
closeOthersMethod · 0.80
disconnectMethod · 0.80

Calls 1

setSuspenseMethod · 0.95

Tested by

no test coverage detected