MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / initMenuEventSubscriptions

Function initMenuEventSubscriptions

emain/emain-menu.ts:401–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399}
400
401function initMenuEventSubscriptions() {
402 waveEventSubscribeSingle({
403 eventType: "workspace:update",
404 handler: makeAndSetAppMenu,
405 });
406}
407
408function getWebContentsByWorkspaceOrBuilderId(workspaceOrBuilderId: string): electron.WebContents {
409 const ww = getWaveWindowByWorkspaceId(workspaceOrBuilderId);

Callers 1

appMainFunction · 0.90

Calls 1

waveEventSubscribeSingleFunction · 0.90

Tested by

no test coverage detected