nx_lib_openalex_probe.nx
buildroot/runtime/nx_lib_openalex_probe.nx
about
nx_lib_openalex_probe.nx -- LIVE: fetch real works from OpenAlex over
sovereign TLS-1.3, ingest into nx_lib_store, build the index, and prove they
are served + searchable. The whole sovereign library on real academic data.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_lib_fetch.nxnx_lib_openalex.nxnx_lib_serve.nxnx_lib_index.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
| 9 | const K_MAGIC_4194304: i64 = 4194304 |
| 10 | const K_MAGIC_262144: i64 = 262144 |
| 11 | const K_MAGIC_1048576: i64 = 1048576 |
functions
| 13 | func op_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func op_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } calls 1: sys_write |
| 15 | func op_putn(v: i64) -> i64 |
| 23 | func op_body(buf: *u8, n: i64) -> i64 |
| 32 | func main() -> i64 |