code wiki / _hdl_build / nx_recycler_advisory_page.nx

nx_recycler_advisory_page.nx

buildroot/runtime/_hdl_build/nx_recycler_advisory_page.nx

8619 B116 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind tooltopic recycler
docsdependenciesstructsconstsfunctions

about

nx_recycler_advisory_page.nx -- Generates a privacy-first, no-JS HTML dashboard for nishifamily.com showcasing S-class recycler advisory data.

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_syscalls.nx nx_recycler_opportunity.nx nx_recycler_advisory_page.nx

imports: nx_gate_gn.nxnx_syscalls.nxnx_recycler_opportunity.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gp sys_write sys_mmap rc_fill streq aw gnbuf sys_mmap ↻ emit_group streq ↻ aw ↻ awesc aw ↻ has slen

structs

none

consts

12const K_MAGIC_65536: i64 = 65536

functions

14func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
15func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: has
16func 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 2: emit_groupmain
18func gnbuf(buf: *u8, off: i64, v0: i64) -> i64
called by 1: main calls 1: sys_mmap
27func aw(buf: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var i: i64=0; while s[i]!=(0 as u8){ buf[o]=s[i]; o=o+1; i=i+1 } return o }
called by 3: awescemit_groupmain
29func awesc(buf: *u8, off: i64, s: *u8) -> i64
called by 1: emit_group calls 1: aw
38func has(buf: *u8, n: i64, needle: *u8) -> i64
called by 1: main calls 1: slen
44func emit_group(buf: *u8, off: i64, axis: *i64, status: *i64, detail: *i64, n: i64, want: *u8) -> i64
called by 1: main calls 3: streqawawesc
55func main() -> i64