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 hap_emit hr_puts sys_mmap ↻ hrs_index_count ss_open ss_open2 sys_mmap ↻ ss_manifest_dyn ss_manifest_file_dyn ss_cat ss_loadfile sys_map_file ss_readall ss_load_aux2 sys_mmap ↻ ss_cat ↻ ss_loadfile ↻ ss_r32 sys_munmap ssl_total_keys ss_r32 ↻ ssl_pow2 ssl_build ss_r32 ↻ ssl_hash_entry ssl_key_eq ss_r32 ↻ ssl_lookup ssl_hash_entry ↻ ssl_key_eq ↻ ss_manifest_free sys_munmap ↻ sys_munmap ↻ sys_mmap ↻ ss_hget sys_mmap ↻ ss_idx_find ss_r32 ↻

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