code wiki / _hdl_build / nx_cms_c2_test.nx
nx_cms_c2_test.nx
buildroot/runtime/_hdl_build/nx_cms_c2_test.nx
about
nx_cms_c2_test.nx -- ENGINEER verification of CMS C2 (content model): store get/set/append,
ATOMIC publish + one-deep revision + rollback (rule 13 additive), and render-from-data with
escape-on-render (plain) vs raw-insert (_html, sanitized at write). Exit 0 = all green.
dependencies 2 imports · 0 importers
imports: nx_cms_render.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
| none |
functions
| 7 | func c2t_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 8 | func c2t_len(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 9 | func c2t_eq(a: *u8, al: i64, b: *u8) -> i64 |
| 16 | func main() -> i64 |