nx_glprobe.nx
buildroot/runtime/nx_glprobe.nx
about
nx_glprobe.nx -- CLI over nx_glprobe_lib (the GL-context probe ruler). Holds NO table of its own: the
classifier, the state and remedy strings and the bare-refusal detector all live in the lib, so this organ,
the emitted JS and nx_glprobe_gate cannot disagree.
usage: nx_glprobe classify <gl2 0|1> <gl1 0|1> <gpu 0|1> -> JSON {state, remedy}
nx_glprobe js -> the emitted probe, verbatim
nx_glprobe scan <path> -> JSON {bare_refusals, composes_probe}
exit: 0 ok | 2 usage | 3 unreadable
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_glprobe_lib.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
| 12 | func gp_puts(s: *u8) -> i64 { sys_write(1, s, glp_slen(s)); return 0 } |
| 13 | func gp_pn(v: i64) -> i64 |
| 27 | func gp_flag(s: *u8) -> i64 called by 1: main |
| 33 | func gp_verb(s: *u8, v: *u8) -> i64 called by 1: main |
| 40 | func main(argc: i64, argv: *i64) -> i64 |