Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
function
getSubmenu(item: MenuItem): Menu {
43
return
(item as unknown as SubmenuMenuItem).setSubmenu();
44
}
45
46
export
interface
DateOption {
47
label: string;
Callers
1
buildMenu
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected