MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getSubmenu

Function getSubmenu

src/components/DateContextMenu.ts:42–44  ·  view source on GitHub ↗
(item: MenuItem)

Source from the content-addressed store, hash-verified

40}
41
42function getSubmenu(item: MenuItem): Menu {
43 return (item as unknown as SubmenuMenuItem).setSubmenu();
44}
45
46export interface DateOption {
47 label: string;

Callers 1

buildMenuMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected