code wiki / _hdl_build / nx_meet_store.nx
nx_meet_store.nx
buildroot/runtime/_hdl_build/nx_meet_store.nx
about
nx_meet_store.nx -- P4: durable MEMBER / APPLICATION store for the NISHI MEET PLATFORM (LIBRARY, no main), over
the sovereign seg-store (knowledge/store/meet-*) -- NO TSV, NO SQL (operator's emphatic directive). The home for
R7 curation states + the processor's records, so a membership survives a restart. Mirrors the proven
nx_known_issue_store pattern: records keyed `meet:<id>`, a `meet:ids` TAB index for the walk order, latest-value
wins (additive), idempotent. license_tier: ORIGINAL
dependencies 3 imports · 4 importers
imports: nx_syscalls.nxnx_seg_store.nxnx_meet_lib.nx
imported by: nx_meet_http.nxnx_meet_http_gate.nxnx_meet_pipeline_gate.nxnx_meet_store_gate.nx
structs
| none |
consts
| none |
functions
| 11 | func meet_seg_next() -> i64 |
| 19 | func meet_idx_has(idx: *u8, ilen: i64, id: *u8) -> i64 |
| 36 | func meet_store_put(id: *u8, record: *u8) -> i64 |
| 64 | func meet_store_get(id: *u8, ptrout: *i64, lenout: *i64) -> i64 |
| 71 | func meet_store_indexed(id: *u8) -> i64 |