MCPcopy Create free account
hub / github.com/anomalyco/opencode / knownThemes

Function knownThemes

packages/ui/src/theme/context.tsx:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40function knownThemes() {
41 if (known) return known
42 known = new Set(themeIDs())
43 return known
44}
45
46const names: Record<string, string> = {
47 "oc-2": "OC-2",

Callers 4

idsFunction · 0.85
onStorageFunction · 0.85
setThemeFunction · 0.85
context.tsxFile · 0.85

Calls 1

themeIDsFunction · 0.85

Tested by

no test coverage detected