code wiki / _hdl_build / nx_domain_golive.nx
nx_domain_golive.nx
buildroot/runtime/_hdl_build/nx_domain_golive.nx
about
nx_domain_golive.nx -- Orchestrate domain purchase and live activation on the sovereign edge through predefined, idempotent steps.
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.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
| 20 | const GL_MAGIC_1108: i64 = 1108 |
| 21 | const GL_MAGIC_1500: i64 = 1500 |
| 22 | const GL_MAGIC_1600: i64 = 1600 |
| 24 | const GL_NSTEPS: i64 = 7 |
| 25 | const GL_CHECK: i64 = 0 |
| 26 | const GL_DRYRUN: i64 = 1 |
| 27 | const GL_REGISTER: i64 = 2 |
| 28 | const GL_DNS: i64 = 3 |
| 29 | const GL_CERT: i64 = 4 |
| 30 | const GL_EDGE: i64 = 5 |
| 31 | const GL_VERIFY: i64 = 6 |
functions
| 33 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 35 | func gcheck(pass: i64, label: *u8, fails: *i64) -> i64 |
| 45 | func gl_advance(st: *i64, flags: *i64, step: i64, result_ok: i64) -> i64 |
| 70 | func main() -> i64 |