Skip to documentation
SLOP

tiny.arrange.computeLayout

Reference tiny.arrange computeLayout

Defined in tiny.arrange.

Called byCallsNo direct callersprivate sourcelib.arrange.src.computecomputeLayoutInnertiny.arrangecomputeLayout
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/arrange/src/compute.zig:879

zig
pub fn computeLayout(scratch: *Scratch, root: Node, available_size: Size) LayoutResult {    return computeLayoutInner(scratch, root, available_size, null);}

Source: lib/arrange/src/root.zig:32

zig
pub const computeLayout = compute.computeLayout;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433