code wiki / _hdl_build / nx_zerodt_extract.nx
nx_zerodt_extract.nx
buildroot/runtime/_hdl_build/nx_zerodt_extract.nx
about
nx_zerodt_extract.nx -- SOVEREIGN render+extract half of the zero-downtime/live-update research (operator
2026-06-18: "nishi researcher this to see where all the gaps are happening"). Reads the raw HTTP responses
from nx_zerodt_fetch, strips headers, renders HTML->text (nx_html_to_text), saves the text, runs ce_extract.
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_claim_extract.nxnx_html_to_text.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 K_MAGIC_4194304: i64 = 4194304 |
| 9 | const K_MAGIC_4194303: i64 = 4194303 |
functions
| 11 | func ze_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func ze_putn(v: i64) -> i64 |
| 21 | func render_one(raw_path: *u8, txt_path: *u8) -> i64 |
| 50 | func main() -> i64 |