MCPcopy Create free account
hub / github.com/anomalyco/opencode / nativeRole

Function nativeRole

packages/desktop/src/main/menu.ts:65–67  ·  view source on GitHub ↗
(role: DesktopMenuRole)

Source from the content-addressed store, hash-verified

63}
64
65function nativeRole(role: DesktopMenuRole) {
66 return role as NonNullable<MenuItemConstructorOptions["role"]>
67}

Callers 2

createMenuFunction · 0.85
nativeItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected