code wiki / (root) / nx_ask.nx

nx_ask.nx

buildroot/runtime/nx_ask.nx

301 B6 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic ask
docsdependenciesstructsconstsfunctions

about

nx_ask.nx -- CLI half of the user-question capability (tools-api name: nx_ask). All logic in nx_ask_lib.nx (ak_main) so the gate can drive the EXACT CLI dispatch in-process. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_ask_lib.nx nx_ask.nx

imports: nx_ask_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main ak_main ak_puts sys_write sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ ak_seq ak_epoch sys_mmap ↻ sys_clock_gettime_real ak_ntos sys_mmap ↻ ak_key ss_get sys_mmap ↻ ss_scan sys_mmap ↻ ss_manifest_dyn ss_manifest_file_dyn sys_mmap ↻ ss_cat ss_readall sys_munmap ss_scan_seglist ss_len sys_mmap ↻ ss_cat ↻

structs

none

consts

none

functions

6func main(argc: i64, argv: *i64) -> i64 { return ak_main(argc, argv) }
calls 1: ak_main