Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marktext/marktext
/ delete
Method
delete
packages/desktop/src/main/app/windowManager.ts:49–55 ·
view source on GitHub ↗
(id: number)
Source
from the content-addressed store, hash-verified
47
}
48
49
delete(id: number): void {
50
const
{ _buf } = this
51
const
index = _buf.indexOf(id)
52
if
(index !== -1) {
53
_buf.splice(index, 1)
54
}
55
}
56
}
57
58
/**
Callers
15
loadImageAsync
Function · 0.80
listen
Method · 0.80
mouseLeave
Method · 0.80
setLanguage
Function · 0.80
FORCE_CLOSE_TAB
Function · 0.80
HANDLE_AUTO_SAVE
Function · 0.80
LISTEN_FOR_FILE_CHANGE
Function · 0.80
Preference
Class · 0.80
remove
Method · 0.80
removeWindowMenu
Method · 0.80
_openPathList
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected