nx_cap_issue_gate.nx
buildroot/runtime/nx_cap_issue_gate.nx
about
nx_cap_issue_gate.nx -- proves the self-service DELEGATION endpoint (POST /api/cap/issue) over R0's ta_handle:
delegating narrows (the delegated cap grants the subset, not the dropped tool), widening is REFUSED, and a
forged presenter cap is REFUSED. Drives ta_handle_pfx in-process. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_tools_api.nxnx_gate.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
| 7 | func ig_has(o: *u8, n: i64, ndl: *u8) -> i64 { if ta_indexof(o, n, ndl) >= 0 { return 1 } return 0 } |
| 8 | func ig_mark(cond: i64, p: *i64, t: *i64, lbl: *u8) -> i64 |
| 14 | func ig_issue_req(cap: *u8, caplen: i64, allow: *u8, out: *u8) -> i64 |
| 22 | func ig_call_req(cap: *u8, caplen: i64, name: *u8, out: *u8) -> i64 |
| 31 | func ig_extract(resp: *u8, n: i64, ol: *i64) -> i64 |
| 40 | func main() -> i64 |