MCPcopy 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

2import { createYogaLayoutNode } from './yoga.js'
3
4export function createLayoutNode(): LayoutNode {
5 return createYogaLayoutNode()
6}
7

Callers 1

createNodeFunction · 0.85

Calls 1

createYogaLayoutNodeFunction · 0.85

Tested by

no test coverage detected