MCPcopy
hub / github.com/marktext/marktext / has

Method has

packages/desktop/src/main/app/windowManager.ts:68–68  ·  view source on GitHub ↗
(windowId: number)

Source from the content-addressed store, hash-verified

66
67interface AppMenuLike {
68 has(windowId: number): boolean
69 addDefaultMenu(windowId: number): void
70 setActiveWindow(windowId: number): void
71 removeWindowMenu(windowId: number): void

Callers 15

commonmark.spec.tsFile · 0.65
gfm.spec.tsFile · 0.65
loadRendererFunction · 0.65
initLoadLanguageFunction · 0.65
_updateMatchesMethod · 0.65
transformFootnotesFunction · 0.65
visitFunction · 0.65
tokenizerFacFunction · 0.65
imageFunction · 0.65
inlineMathFunction · 0.65
referenceImageFunction · 0.65
loadImageAsyncFunction · 0.65

Implementers 1

AppMenupackages/desktop/src/main/menu/index.t

Calls

no outgoing calls

Tested by 1

visitFunction · 0.52