nx_lib_gbif_probe.nx
buildroot/runtime/nx_lib_gbif_probe.nx
about
nx_lib_gbif_probe.nx -- ingest the REAL library GBIF data from disk into
nx_lib_store, index it, and prove taxa are served + full-text searchable.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_lib_gbif.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
| 7 | const K_MAGIC_262144: i64 = 262144 |
| 8 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 10 | func gp_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 gp_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 12 | func gp_putn(v: i64) -> i64 |
| 20 | func main() -> i64 |
| 68 | func op_count(out: *u8, n: i64) -> i64 |