code wiki / _hdl_build / nx_connect_contacts_gate.nx
nx_connect_contacts_gate.nx
buildroot/runtime/_hdl_build/nx_connect_contacts_gate.nx
about
nx_connect_contacts_gate.nx -- proves the CONNECT contact list (the "we don't even have a contact list"
basic): add/list/remove keyed to the signed-in identity, set semantics (idempotent, no self-add, bounded),
the page is auth-gated (signed-out shows a prompt, never someone's list), the "has an end-to-end key"
badge is driven live by the shared pubkey directory, and the list SURVIVES a serialize->deserialize round
trip (so it persists across restarts). license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_connect_accounts.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 CG_BUF: i64 = 262144 |
functions
| 10 | func cg_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func cg_check(pass: i64, label: *u8, fails: *i64) -> i64 |
| 16 | func cg_has(buf: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 23 | func cg_count(buf: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 31 | func cg_get(dst: *u8, path: *u8) -> i64 called by 1: main |
| 37 | func cg_post(dst: *u8, path: *u8, bodys: *u8) -> i64 called by 1: main |
| 48 | func main() -> i64 |