Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/massCodeIO/massCode
/ createMenu
Function
createMenu
src/main/menu/utils/index.ts:25–28 ·
view source on GitHub ↗
(template: MenuItemConstructorOptions[])
Source
from the content-addressed store, hash-verified
23
}
24
25
export
function
createMenu(template: MenuItemConstructorOptions[]) {
26
const
menu = Menu.buildFromTemplate(template)
27
return
menu
28
}
Callers
1
createMainMenu
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected