nx_lib_verify_probe.nx
buildroot/runtime/nx_lib_verify_probe.nx
about
nx_lib_verify_probe.nx -- END-TO-END LIVE verify of the deploy: fetch the
PUBLIC nishifamily.com/research reader page through the real edge (TLS-1.3),
proving edge -> nx_http_proxy -> nx_lib_httpd (:8095) -> real taxon works live.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lib_fetch.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
| 6 | const K_MAGIC_262144: i64 = 262144 |
| 7 | const K_MAGIC_1400: i64 = 1400 |
functions
| 9 | func vp_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func vp_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 11 | func vp_putn(v: i64) -> i64 |
| 20 | func main() -> i64 |