code wiki / (root) / nx_mcp_envelope_gate.nx

nx_mcp_envelope_gate.nx

buildroot/runtime/nx_mcp_envelope_gate.nx

2771 B30 linesdepth 6pulls 7 transitivereach 0 importersview sourcekind gate/prooftopic mcp
docsdependenciesstructsconstsfunctions

dependencies 2 imports · 0 importers

nx_mcp_envelope.nx nx_gate_verdict.nx nx_mcp_envelope_gate.nx

imports: nx_mcp_envelope.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

main gv_ctr sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gv_head gv_puts sys_write ↻ nmeg_case nme_read nx_value_parse_json nx_val_parse_value nx_val_parse_skip_ws nx_val_parse_is_ws nx_value_new_object nx_value_new_null nx_val_parse_string nx_value_new_string nx_val_parse_value ↻ nx_value_new_array nx_value_new_null ↻ nx_val_parse_match_lit nx_value_new_bool nx_value_new_null ↻ nx_value_new_null ↻ nx_val_parse_number nx_val_parse_is_digit nx_value_new_int

structs

none

consts

none

functions

3func nmeg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n=n+1 }; return n }
called by 1: nmeg_case
4func nmeg_case(name: *u8, src: *u8, expected: i64, id: *u8, ctr: *i64) -> i64
11func main() -> i64