nx_lib_fetch_probe.nx
buildroot/runtime/nx_lib_fetch_probe.nx
about
nx_lib_fetch_probe.nx -- proves nx_lib_fetch compiles/links against the full
sovereign TLS-1.3 stack, and attempts one live fetch. Honest: reports whether
the state is the WIRE (compiles), the CA bundle, or the network. Returns 0
(probe, not pass/fail) -- read the printed outcome.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_lib_fetch.nxnx_lib_fetch_ingest.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 |
functions
| 10 | func fp_puts(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 fp_putn(v: i64) -> i64 |
| 20 | func main() -> i64 |