nx_creditcard_census.nx
buildroot/runtime/nx_creditcard_census.nx
about
nx_creditcard_census.nx -- HONEST HAVE/PARTIAL/GAP census for the CREDIT-CARD REWARDS-vs-INTEREST domain.
The operator's ask: a true-friend money helper that SHOWS whether interest payments are eating your rewards,
lays out the honest OPTIONS, and helps a person maximize spend + savings -- WITHOUT the affiliate pushiness
every other card site has. This organ maps that specific domain and marks what a sovereign engine already
HAS vs must still BUILD. Evidence-backed + liar-killed: a HAVE/PARTIAL claim must OPEN the real organ it
cites (cc_have) or it is downgraded to a logged LIE-GAP -- coverage cannot be faked by symbol-presence.
permille = (have*1000 + partial*500) / total. A LOW number here is HONEST -- it is the roadmap, not a failure.
Placement: extends the personal-money OS (nx_money_* / nx_debt / nx_fin_finance) with the rewards+interest arm.
license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_gate.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
| none |
functions
| 12 | func cc_have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } called by 1: cc_row |
| 15 | func cc_row(kind: i64, label: *u8, path: *u8, note: *u8, c: *i64) -> i64 |
| 30 | func main() -> i64 |