code wiki / _hdl_build / nx_serp_probe.nx
nx_serp_probe.nx
buildroot/runtime/_hdl_build/nx_serp_probe.nx
about
nx_serp_probe.nx -- one-shot diagnostic: render dss_serve in-process for a query against a real local
shard and report whether the featured-answer panel fired (+ its text). argv: <domain> <q-urlencoded>
dependencies 1 imports · 0 importers
imports: nx_docportal_search_serve.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
| 4 | const K_MAGIC_2048: i64 = 2048 |
| 5 | const K_MAGIC_8192: i64 = 8192 |
functions
| 7 | func p_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } called by 1: main |
| 8 | func p_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: p_find |
| 9 | func p_find(hay: *u8, hn: i64, ndl: *u8) -> i64 |
| 21 | func main(argc: i64, argv: *i64) -> i64 |