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

Function showStatusContextMenu

src/modals/TaskModal.ts:962–964  ·  view source on GitHub ↗
(event: UIEvent)

Source from the content-addressed store, hash-verified

960 }
961
962 protected showStatusContextMenu(event: UIEvent): void {
963 showTaskModalStatusContextMenu(this.getActionMenuContext(), event);
964 }
965
966 protected showPriorityContextMenu(event: UIEvent): void {
967 showTaskModalPriorityContextMenu(this.getActionMenuContext(), event);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected