code wiki / _hdl_build / _race5_team_author.nx

_race5_team_author.nx

buildroot/runtime/_hdl_build/_race5_team_author.nx

1637 B33 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic race5
docsdependenciesstructsconstsfunctions

about

_race5_team_author.nx -- the BUILDER authoring the race-5 team lane from EMITTERS ONLY (no Claude walk logic). Race-5a uses the COVERED shapes as-is: WIRE_TLV (emit7, 4/4 type-first -- big-endian by design) + IO_CONTRACT lane (emit9). Whatever rows this lane loses against the Adversary's RIFF suite NAMES the emitter gap (the race-4 grow-to-match loop, instrumented again on new ground). license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_pattern_emit7.nx nx_pattern_emit9.nx nx_syscalls.nx _race5_team_author.nx

imports: nx_pattern_emit7.nxnx_pattern_emit9.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main pe7_author_wire_tlv p7_spec_ok sys_openat_wr pe7_emit_wire_tlv p7_w sys_write p7_wn sys_mmap sys_write ↻ sys_close pe7_emit_wire_tlv_test sys_mmap ↻ p7_put_be p7_w ↻ p7_wn ↻ sys_mmap ↻ pe9_author_census_lane p9_spec_ok sys_openat_wr ↻ pe9_emit_census_lane p9_w sys_write ↻ p9_emit_print p9_w ↻ p9_wn sys_mmap ↻ sys_write ↻ sys_close ↻ ra_w sys_write ↻ sys_exit

structs

none

consts

none

functions

10func ra_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
12func main() -> i64