code wiki / _hdl_build / nx_cms_visual_builder_gate.nx
nx_cms_visual_builder_gate.nx
buildroot/runtime/_hdl_build/nx_cms_visual_builder_gate.nx
about
nx_cms_visual_builder_gate.nx -- referee for R-CANVAS v1 (nx_cms_visual_builder): the visual no-JS site
editor lib. Proves: the form prefills from a real blueprint (attribute-escaped), the server-side rebuild
reconstructs a valid blueprint from posted urlencoded fields (decoded, blank cards omitted), and the
format cannot be injected ('|' in a value neutralized; missing title -> a blueprint the daemon's validator
refuses). GREEN iff 7/7. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate.nxnx_cms_visual_builder.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
| 9 | func vg_has(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 17 | func vg_count(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 26 | func vg_row(name: *u8, ok: i64) -> i64 { gw(" " as *u8); gw(name); if ok==1 { gw(" PASS\n" as *u8) } else { gw(" FAIL\n" as *u8) } return 0 } |
| 28 | func main() -> i64 |