MCPcopy
hub / github.com/callumalpass/tasknotes / show

Method show

src/components/DateContextMenu.ts:319–323  ·  view source on GitHub ↗
(event: UIEvent)

Source from the content-addressed store, hash-verified

317 }
318
319 public show(event: UIEvent): void {
320 this.showWithTrigger(DateContextMenu.getTriggerFromEvent(event), () => {
321 this.menu.show(event);
322 });
323 }
324
325 public showAtElement(element: HTMLElement): void {
326 this.showWithTrigger(element, () => {

Callers 4

openDateContextMenuFunction · 0.95
openDateContextMenuMethod · 0.95
attachDateClickHandlerFunction · 0.95
showDateMenuFromFunction · 0.95

Calls 3

showWithTriggerMethod · 0.95
getTriggerFromEventMethod · 0.80
showMethod · 0.65

Tested by 1

showDateMenuFromFunction · 0.76