Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ createLayoutNode
Function
createLayoutNode
src/ink/layout/engine.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ createYogaLayoutNode } from
'./yoga.js'
3
4
export
function
createLayoutNode(): LayoutNode {
5
return
createYogaLayoutNode()
6
}
7
Callers
1
createNode
Function · 0.85
Calls
1
createYogaLayoutNode
Function · 0.85
Tested by
no test coverage detected