code wiki / _hdl_build / nx_hr_console_render.nx

nx_hr_console_render.nx

buildroot/runtime/_hdl_build/nx_hr_console_render.nx

2075 B32 linesdepth 12pulls 25 transitivereach 0 importersview sourcekind tooltopic hr
docsdependenciesstructsconstsfunctions

about

nx_hr_console_render.nx -- renders the /hr admin console to a STATIC file from the staged roster, so the operator can open it in a browser and SEE the family logins right now (before any deploy). The live interactive console (invite/suspend actions) comes with the daemon wiring; this is the read-only view of the current staged roster.

dependencies 4 imports · 0 importers

nx_hr_admin_page.nx nx_itoa_lib.nx nx_hr_audit.nx nx_syscalls.nx nx_hr_console_render.nx

imports: nx_hr_admin_page.nxnx_itoa_lib.nxnx_hr_audit.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main 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 ↻ hap_emit hr_puts sys_mmap ↻ hrs_index_count ss_open ss_open2 ss_open3 sys_now_us sys_mmap ↻ ss_manifest_dyn ss3_admit ss3_load_range ssl_total_keys_mask ss3_ann ss_close_seg ss3_move ss3_remap_table sys_madvise ss_tr ss3_insert_new sys_munmap ss3_tomb_count ssl_total_keys ssl_pow2

structs

none

consts

8const K_MAGIC_262144: i64 = 262144

functions

10func g_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 calls 1: sys_write
15func g_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
17func main() -> i64