MCPcopy
hub / github.com/RedPlanetHQ/core / get

Function get

packages/cli/src/config/index.ts:159–161  ·  view source on GitHub ↗
(_target, prop)

Source from the content-addressed store, hash-verified

157// Legacy export for backwards compatibility - use a getter to avoid circular dependency
158export const colors = new Proxy({} as Colors, {
159 get(_target, prop) {
160 return getColors()[prop as keyof Colors];
161 },
162});
163
164// Get the package root directory (where this module is installed)

Callers

nothing calls this directly

Calls 1

getColorsFunction · 0.85

Tested by

no test coverage detected