MCPcopy Index your code
hub / github.com/codeaashu/claude-code / v

Function v

src/server/web/terminal.ts:72–72  ·  view source on GitHub ↗
(prop: string)

Source from the content-addressed store, hash-verified

70function getTheme(): Terminal['options']['theme'] {
71 const s = getComputedStyle(document.documentElement)
72 const v = (prop: string) => s.getPropertyValue(prop).trim()
73 return {
74 background: v('--term-bg'),
75 foreground: v('--term-fg'),

Callers 2

getThemeFunction · 0.70
PromptInputFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected