MCPcopy 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
306export function createYogaLayoutNode(): LayoutNode {
307 return new YogaLayoutNode(Yoga.Node.create())
308}
309

Callers 1

createLayoutNodeFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected