nx_underbuilt_board.nx
buildroot/runtime/nx_underbuilt_board.nx
about
nx_underbuilt_board.nx -- R6 THE UNDERBUILT-PART BOARD (cadtwin ladder; operator: identify underbuilt
parts when flipping cars). Reads the banked NHTSA complaints+recalls JSON (nx_underbuilt_fetch) and prints,
per vehicle: total complaints, per-COMPONENT frequency ranked with permille share, crash/fire tallies, and
the recall components (mandated fixes = confirmed underbuilt). All parsing = nx_underbuilt_lib context-byte
JSON scan; deterministic integer output. Vehicles grow as DATA rows in main (add a fetch row + a board row).
expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_underbuilt_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 8 | const K_MAGIC_16777216: i64 = 16777216 |
| 9 | const K_MAGIC_65536: i64 = 65536 |
| 10 | const K_MAGIC_8192: i64 = 8192 |
| 11 | const K_MAGIC_1024: i64 = 1024 |
functions
| 13 | func ubb_vehicle(label: *u8, cpath: *u8, rpath: *u8, buf: *u8, t: *i64, rank: *i64) -> i64 |
| 72 | func main() -> i64 |