Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ viewsToLayout
Function
viewsToLayout
packages/react-devtools-timeline/src/view-base/layouter.js:29–31 ·
view source on GitHub ↗
(views: View[])
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
viewsToLayout(views: View[]): Layout {
30
return
views.map(viewToLayoutInfo);
31
}
32
33
/**
34
* Applies `layout`'s `frame`s to its corresponding `view`.
Callers
1
layoutSubviews
Method · 0.90
Calls
1
map
Method · 0.65
Tested by
no test coverage detected