code wiki / _hdl_build / nx_craft_save_input_gate_t21.nx
nx_craft_save_input_gate_t21.nx
buildroot/runtime/_hdl_build/nx_craft_save_input_gate_t21.nx
dependencies 2 imports · 0 importers
imports: nx_wasm_craft_journal_index_t21.nxnx_gate_verdict.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
| 3 | func sg_copy(a: *u8,b: *u8,n: i64) -> i64 { var i: i64=0;while i<n { a[i]=b[i];i=i+1 };return n } called by 1: sg_refuse |
| 4 | func sg_equal(a: *u8,b: *u8,n: i64) -> i64 { var i: i64=0;while i<n { if a[i]!=b[i] { return 0 };i=i+1 };return 1 } called by 1: sg_refuse |
| 5 | func sg_refuse(base: i64,copy: *u8,n: i64) -> i64 |
| 9 | func main() -> i64 |