code wiki / _hdl_build / nx_meet_store.nx

nx_meet_store.nx

buildroot/runtime/_hdl_build/nx_meet_store.nx

3291 B76 linesdepth 3pulls 4 transitivereach 7 importersview sourcekind librarytopic meet
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_seg_store.nx nx_meet_lib.nx nx_meet_store.nx nx_meet_http.nx nx_meet_http_gate.nx nx_meet_pipeline_gate.nx nx_meet_store_gate.nx

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

11func meet_seg_next() -> i64
called by 1: meet_store_put calls 2: sys_mmapss_manifest
19func meet_idx_has(idx: *u8, ilen: i64, id: *u8) -> i64
36func meet_store_put(id: *u8, record: *u8) -> i64
64func meet_store_get(id: *u8, ptrout: *i64, lenout: *i64) -> i64
71func meet_store_indexed(id: *u8) -> i64
called by 2: mainmain calls 3: sys_mmapss_getmeet_idx_has