nx_alpha_release_workflow_canonical_gate_t343.nx
buildroot/runtime/nx_alpha_release_workflow_canonical_gate_t343.nx
dependencies 3 imports · 0 importers
imports: nx_site_publish_lib.nxnx_wflow_engine.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 4 | func wa_same(path:*u8,expected:*u8)->i64{let n:i64=vw_slen(expected);let b:*u8=sys_mmap_try(n+1);if (b as i64)<=0{return 0};let got:i64=pb_read_bounded(path,b,n+1);return pb_same_bytes(b,got,expected,n)} |
| 5 | func wa_state(cx:*i64,rid:*u8)->i64{let n:*i64=sys_mmap(8) as *i64;let b:*u8=wf_readall(cx[2] as *u8,n);let t:*u8=sys_mmap(256);wf_obs_tok(t,rid);return wf_run_state(b,n[0],t)} |
| 6 | func main(argc:i64,argv:*i64)->i64 |