nx_memory.nx
buildroot/runtime/nx_memory.nx
about
nx_memory.nx -- CLI half of the consolidated memory tool (#6 of the 15). READ-ONLY seg-store surface:
stores <dir> | get <prefix> <key> | history <prefix> <key> | index <prefix> <idxkey>
exit: 0 ok | 3 absent | 4 tombstoned | 2 usage (codes surface in MCP _meta.exit_code)
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_memory_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
| 7 | const MXC_USAGE_RC: i64 = 2 |
| 8 | const MXC_RC_ABSENT: i64 = 3 |
| 9 | const MXC_RC_TOMB: i64 = 4 |
| 10 | const MXC_ARG_VERB: i64 = 1 |
| 11 | const MXC_ARG_P1: i64 = 2 |
| 12 | const MXC_ARG_P2: i64 = 3 |
| 13 | const MXC_ARGC_P1: i64 = 3 |
| 14 | const MXC_ARGC_P2: i64 = 4 |
functions
| 16 | func main(argc: i64, argv: *i64) -> i64 |