code wiki / _hdl_build / nx_site_migrate_gate.nx

nx_site_migrate_gate.nx

buildroot/runtime/_hdl_build/nx_site_migrate_gate.nx

3836 B67 linesdepth 5pulls 11 transitivereach 0 importersview sourcekind gate/prooftopic site
docsdependenciesstructsconstsfunctions

about

nx_site_migrate_gate.nx -- the full migration loop: import a lock-in site -> rebuild sovereignly -> the rebuilt page preserves content, is tracker-free (0 JS), and is MORE accessible than the original (ab_score higher). A capability lock-in platforms lack -- and it IMPROVES the migrated site. 100% sovereign. expect_exit: 0

dependencies 6 imports · 0 importers

nx_syscalls.nx nx_sitegate_emit_lib.nx nx_site_migrate.nx nx_a11y_breadth.nx nx_exceed_standard.nx nx_brand_tokens.nx nx_site_migrate_gate.nx

imports: nx_syscalls.nxnx_sitegate_emit_lib.nxnx_site_migrate.nxnx_a11y_breadth.nxnx_exceed_standard.nxnx_brand_tokens.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 slen gw sys_write sys_openat_wr mi_to_blueprint sys_mmap ↻ mi_w sys_write ↻ mi_extract_between mi_find_from mi_strlen mi_match_at mi_strlen ↻ mi_strlen ↻ sys_write ↻ mi_wn sys_mmap ↻ sys_write ↻ mi_count mi_strlen ↻ mi_match_at ↻ mi_strip_tags mi_match_at ↻ mi_find_from ↻ sys_close sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close ↻ bt_default_brand bt_len mig_rebuild sys_mmap ↻ mig_field mi_find_from ↻ mi_strlen ↻

structs

none

consts

none

functions

12func has(s: *u8, n: i64, lit: *u8) -> i64 { if bt_find(s, n, lit, bt_len(lit)) >= 0 { return 1 } return 0 }
called by 1: main calls 2: bt_findbt_len
13func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: main
15func main() -> i64