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

Function kind

packages/app/src/components/file-tree.tsx:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 "classList",
136 ])
137 const kind = () => visibleKind(local.node, local.kinds, local.marks)
138 const active = () => !!kind() && !local.node.ignored
139 const color = () => {
140 const value = kind()

Callers 4

activeFunction · 0.70
colorFunction · 0.70
FileTreeNodeFunction · 0.70
FileTreeFunction · 0.70

Calls 1

visibleKindFunction · 0.85

Tested by

no test coverage detected