code wiki / _hdl_build / nx_connect_api.nx
nx_connect_api.nx
buildroot/runtime/_hdl_build/nx_connect_api.nx
about
nx_connect_api.nx -- the CLI wrapper registered as the MCP tool `nx_connect`. It shifts the program name
off argv (so argv[0] becomes the VERB), calls the pure dispatcher, and writes the JSON to stdout. All the
logic lives in nx_connect_api_lib.nx so the gate can drive ca_dispatch directly.
nx_connect <verb> [args...] e.g. nx_connect match 30 16 1 5 27 1 16 9 0
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_connect_api_lib.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
| 8 | const K_MAGIC_65536: i64 = 65536 |
functions
| 10 | func main(argc: i64, argv: *i64) -> i64 |