MCPcopy 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
25export function createMenu(template: MenuItemConstructorOptions[]) {
26 const menu = Menu.buildFromTemplate(template)
27 return menu
28}

Callers 1

createMainMenuFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected