code wiki / (root) / nx_creditcard_census.nx

nx_creditcard_census.nx

buildroot/runtime/nx_creditcard_census.nx

9431 B93 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_gate.nx nx_creditcard_census.nx

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

main gw sys_write cc_row cc_have gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

12func 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
15func cc_row(kind: i64, label: *u8, path: *u8, note: *u8, c: *i64) -> i64
called by 1: main calls 2: cc_havegw
30func main() -> i64
calls 3: gwcc_rowgn