code wiki / _hdl_build / nx_ws_discover_gate.nx

nx_ws_discover_gate.nx

buildroot/runtime/_hdl_build/nx_ws_discover_gate.nx

5823 B125 linesdepth 5pulls 10 transitivereach 0 importersview sourcekind gate/prooftopic ws
docsdependenciesstructsconstsfunctions

dependencies 8 imports · 0 importers

nx_gate_gn.nx nx_ws_ingest.nx nx_ws_index_lib.nx nx_workstream_store.nx nx_seg_store.nx nx_framed_append.nx nx_syscalls.nx nx_gate_verdict.nx nx_ws_discover_gate.nx

imports: nx_gate_gn.nxnx_ws_ingest.nxnx_ws_index_lib.nxnx_workstream_store.nxnx_seg_store.nxnx_framed_append.nxnx_syscalls.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

22const GMEMDIR: *u8 = "/mnt/c/Users/elder/.claude/projects/C--Users-elder/memory"
23const GSCR_A: *u8 = "knowledge/store/wsdisc_a-"
24const GSCR_B: *u8 = "knowledge/store/wsdisc_b-"
25const GLOG: *u8 = "knowledge/status/ws_discover_gate.log"
28const GOMIT: *u8 = "pets-game-sfx-2026-06-13"
29const GCAP: i64 = 8192

functions

31func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
34func g_coverage(prefix: *u8, memdir: *u8, disk_out: *i64) -> i64
57func g_absent(prefix: *u8, id: *u8) -> i64
67func main(argc: i64, argv: *i64) -> i64