code wiki / _hdl_build / _wb_dose.nx
_wb_dose.nx
buildroot/runtime/_hdl_build/_wb_dose.nx
about
AUTHORED BY THE NISHI BUILDER (pattern: VERDICT_GATE) -- thresholds -> verdict, no Claude logic
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: _wb_dose_test.nx
structs
| none |
consts
| none |
functions
| 3 | func _wb_dose_verdict(x: i64) -> i64 { if x < 180 { return 0 } if x > 230 { return 2 } return 1 } called by 1: main |