MCPcopy Index your code
hub / github.com/anomalyco/opencode / get

Function get

packages/tui/src/context/theme.tsx:276–279  ·  view source on GitHub ↗
(_target, prop)

Source from the content-addressed store, hash-verified

274 return {
275 theme: new Proxy(values(), {
276 get(_target, prop) {
277 // @ts-expect-error Properties are forwarded to the current reactive value.
278 return values()[prop]
279 },
280 }),
281 get selected() {
282 return store.active

Callers

nothing calls this directly

Calls 1

valuesFunction · 0.50

Tested by

no test coverage detected