_dlr_fetch_one.nx
buildroot/runtime/_dlr_fetch_one.nx
about
_dlr_fetch_one.nx -- single-URL TEXT fetch unit for the guarded crawler.
Staged fetch (validated HTTPS + redirect follow + chunked decode) is the
SHARED nx_fetch_unit (Rule #15 -- extracted 2026-06-10 standards audit);
this child adds only html->text + the output write. Runs under
nx_guarded_run. Exit 0 = text written; 2 = fetch failed; 3 = bad args.
usage: _dlr_fetch_one <url> <out_text_path>
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_fetch_unit.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
| none |
functions
| 11 | func main(argc: i64, argv: *i64) -> i64 |