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

Function decorateObject

app/plugins.ts:381–383  ·  view source on GitHub ↗
(base: T, key: string)

Source from the content-addressed store, hash-verified

379}
380
381function decorateObject<T>(base: T, key: string): T {
382 return decorateEntity(base, key, 'object');
383}
384
385function decorateClass(base: any, key: string) {
386 return decorateEntity(base, key, 'function');

Callers 7

decorateMenuFunction · 0.85
getDecoratedEnvFunction · 0.85
getDecoratedConfigFunction · 0.85
getDecoratedKeymapsFunction · 0.85
decorateWindowClassFunction · 0.85
decorateSessionOptionsFunction · 0.85

Calls 1

decorateEntityFunction · 0.85

Tested by

no test coverage detected