Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ active
Function
active
packages/app/src/components/file-tree.tsx:138–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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()
141
if (!value) return
Callers
5
FileTreeNode
Function · 0.70
FileTree
Function · 0.70
useSessionTabAvatarState
Function · 0.50
SortableWorkspace
Function · 0.50
SessionTodoDock
Function · 0.50
Calls
1
kind
Function · 0.70
Tested by
no test coverage detected