MCPcopy
hub / github.com/vercel/hyper / decorateMenu

Function decorateMenu

app/plugins.ts:415–417  ·  view source on GitHub ↗
(tpl: any)

Source from the content-addressed store, hash-verified

413};
414
415export const decorateMenu = (tpl: any) => {
416 return decorateObject(tpl, 'decorateMenu');
417};
418
419export const getDecoratedEnv = (baseEnv: Record<string, string>) => {
420 return decorateObject(baseEnv, 'decorateEnv');

Callers

nothing calls this directly

Calls 1

decorateObjectFunction · 0.85

Tested by

no test coverage detected