Skip to content

MAX_TOTAL_NODE_COUNT

const MAX_TOTAL_NODE_COUNT: 5000 = 5000

Defined in: metadata-analysis.ts:104

Hard upper bound on total attribute nodes produced during a single analysis run. Prevents exponential expansion from multi-branch recursive types (e.g. binary trees at depth 15 would produce 2^15 nodes per branch).