MCPcopy 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

1export const getVisibleNodes = (nodes: readonly SceneNode[]) =>
2 nodes.filter((d) => d.visible ?? true);

Callers 5

flutterWidgetGeneratorFunction · 0.90
tailwindWidgetGeneratorFunction · 0.90
htmlWidgetGeneratorFunction · 0.90
swiftuiWidgetGeneratorFunction · 0.90
composeWidgetGeneratorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected