code wiki / _hdl_build / nx_siteedit_history_gate.nx
nx_siteedit_history_gate.nx
buildroot/runtime/_hdl_build/nx_siteedit_history_gate.nx
about
nx_siteedit_history_gate.nx -- proves the revision-history enumeration (nx_siteedit_history) against a REAL
fixture directory in /tmp: only `<basename>.v<digits>` snapshots are listed (noise .new/.vXY/other excluded),
newest-first ordering, dir-split + version-path building. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_siteedit_history.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
| 6 | func gh_w(s: *u8) -> i64 { sys_write(1, s, sh_slen(s)); return 0 } |
| 7 | func gh_wn(v: i64) -> i64 { let b: *u8 = sys_mmap(32); let o: i64 = sh_catn(b, 0, v); b[o] = 10 as u8; sys_write(1, b, o + 1); return 0 } |
| 8 | func gh_eq(name: *u8, got: i64, want: i64) -> i64 |
| 12 | func gh_writefile(path: *u8, content: *u8) -> i64 |
| 20 | func gh_streq(a: *u8, b: *u8) -> i64 called by 1: main |
| 27 | func main(argc: i64, argv: *i64) -> i64 |