nx_barfresh.nx
buildroot/runtime/nx_barfresh.nx
about
nx_barfresh.nx -- CLI over nx_barfresh_lib: is every bar on a /compare board the CURRENT MONTH'S, or attested this month
as the newest the field has? Prints one line per bar, the partition, and a verdict LAST (positional readers take it).
nx_barfresh <domain> [YYYY-MM]
The optional month replaces the clock, so a seat can ask "would this board pass next month" and a probe can show the
refusal firing on a live board without planting anything. exit: 0 FRESH | 1 STALE (the hard fail) | 2 usage |
3 NO-BAR (no bar rows) or NO-PLAN (unreadable in both trees)
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_barfresh_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
| 11 | const BFC_ARG_DOMAIN: i64 = 1 |
| 12 | const BFC_ARG_MONTH: i64 = 2 |
| 13 | const BFC_EXIT_USAGE: i64 = 2 |
| 14 | const BFC_NUM_CAP: i64 = 24 |
| 15 | const BFC_YM_CAP: i64 = 12 |
| 16 | const BFC_STDOUT: i64 = 1 |
functions
| 18 | func bfc_w(s: *u8) -> i64 |
| 21 | func bfc_wn(v: i64) -> i64 |
| 34 | func bfc_wym(ix: i64) -> i64 |
| 41 | func bfc_wspan(buf: *u8, off: i64, len: i64) -> i64 |
| 46 | func main(argc: i64, argv: *i64) -> i64 |