nx_lib_serve_test.nx
buildroot/runtime/nx_lib_serve_test.nx
about
nx_lib_serve_test.nx -- gate for the sovereign query/serve layer.
Proves the program's READ PATH works from the sovereign store (not SQLite):
put a work -> serve it as the exact API JSON, not-found -> -1, list, and
JSON-escaping. Exit = failed assertion #.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lib_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
| none |
functions
| 8 | func lsvt_eq(a: *u8, alen: i64, b: *u8, blen: i64) -> i64 called by 1: main |
| 14 | func lsvt_has(hay: *u8, hayn: i64, needle: *u8) -> i64 |
| 32 | func lsvt_has_byte(buf: *u8, n: i64, b: i64) -> i64 called by 1: main |
| 38 | func main() -> i64 |