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

Function deep

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

Source from the content-addressed store, hash-verified

389 {(node) => {
390 const expanded = () => file.tree.state(node.path)?.expanded ?? false
391 const deep = () => deeps().get(node.path) ?? -1
392 const kind = () => visibleKind(node, kinds(), marks())
393 const active = () => !!kind() && !node.ignored
394

Callers 1

FileTreeFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected