code wiki / _hdl_build / nx_hr_console_render.nx
nx_hr_console_render.nx
buildroot/runtime/_hdl_build/nx_hr_console_render.nx
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
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
structs
| none |
consts
| 8 | const K_MAGIC_262144: i64 = 262144 |
functions
| 10 | func 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 } |
| 15 | func g_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 17 | func main() -> i64 |