nx_family_hub.nx
buildroot/runtime/nx_family_hub.nx
about
nx_family_hub.nx -- EMIT nishifamily.com/hub, AUTO-GENERATED from the sovereign
app registry (nx_app_store / seg_store). No hardcoded cards, no TSV: publish an
app into the store and it appears here automatically, grouped by category, with
CAD featured. Organ-authored; published via nx_aw_push to /hub/index.html.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_app_store.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 HUB_MAGIC_8192: i64 = 8192 |
| 9 | const HUB_MAGIC_1024: i64 = 1024 |
| 10 | const HUB_MAGIC_65536: i64 = 65536 |
| 12 | const HUB_OUT: *u8 = "web_assets/hub.html" |
| 13 | const HUB_CAP: i64 = 131072 |
functions
| 15 | func cat(dst: *u8, off: i64, s: *u8) -> i64 { var i: i64=0; while s[i]!=(0 as u8){ dst[off+i]=s[i]; i=i+1 } return off+i } |
| 16 | func catn(dst: *u8, off: i64, v: i64) -> i64 |
| 22 | func getfield(rec: *u8, rl: i64, fi: i64, out: *u8) -> i64 called by 1: app_fields |
| 30 | func app_fields(name: *u8, path: *u8, title: *u8, blurb: *u8, cate: *u8) -> i64 |
| 38 | func streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i]{return 0} i=i+1 } if b[i]!=(0 as u8){return 0} return 1 } called by 1: emit_cat |
| 41 | func emit_cat(h: *u8, off: i64, idx: *u8, idxn: i64, want: *u8, header: *u8) -> i64 |
| 69 | func main() -> i64 |