Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bernaferrari/FigmaToCode
/ getVisibleNodes
Function
getVisibleNodes
packages/backend/src/common/nodeVisibility.ts:1–2 ·
view source on GitHub ↗
(nodes: readonly SceneNode[])
Source
from the content-addressed store, hash-verified
1
export
const
getVisibleNodes = (nodes: readonly SceneNode[]) =>
2
nodes.filter((d) => d.visible ?? true);
Callers
5
flutterWidgetGenerator
Function · 0.90
tailwindWidgetGenerator
Function · 0.90
htmlWidgetGenerator
Function · 0.90
swiftuiWidgetGenerator
Function · 0.90
composeWidgetGenerator
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected