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

Function has

packages/tui/src/plugin/adapters.tsx:338–340  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

336 return input.theme.selected
337 },
338 has(name) {
339 return input.theme.has(name)
340 },
341 set(name) {
342 return input.theme.set(name)
343 },

Callers 3

copyCommandFunction · 0.50
ViewFunction · 0.50
McpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected