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

Function getDecoratedEnv

app/plugins.ts:419–421  ·  view source on GitHub ↗
(baseEnv: Record<string, string>)

Source from the content-addressed store, hash-verified

417};
418
419export const getDecoratedEnv = (baseEnv: Record<string, string>) => {
420 return decorateObject(baseEnv, 'decorateEnv');
421};
422
423export const getDecoratedConfig = () => {
424 const baseConfig = config.getConfig();

Callers 1

initMethod · 0.90

Calls 1

decorateObjectFunction · 0.85

Tested by

no test coverage detected