Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ createYogaLayoutNode
Function
createYogaLayoutNode
src/ink/layout/yoga.ts:306–308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
304
// just a plain JS object available at import time.
305
306
export
function
createYogaLayoutNode(): LayoutNode {
307
return
new
YogaLayoutNode(Yoga.Node.create())
308
}
309
Callers
1
createLayoutNode
Function · 0.85
Calls
1
create
Method · 0.65
Tested by
no test coverage detected