code wiki / (root) / nx_offer_ledger_store.nx

nx_offer_ledger_store.nx

buildroot/runtime/nx_offer_ledger_store.nx

1288 B33 linesdepth 3pulls 4 transitivereach 1 importersview sourcekind librarytopic offer
docsdependenciesstructsconstsfunctions

about

nx_offer_ledger_store.nx -- durability for the outreach/offer ledger. Mirrors nx_rights_ledger_store / nx_dms_catalog_store: snapshot the fixed offer rows through nx_seg_store (append-only, rename-commit) so the acquisition pipeline survives restart. Row count derived from value length. license_tier: ORIGINAL

dependencies 3 imports · 1 importers

nx_syscalls.nx nx_offer_ledger.nx nx_seg_store.nx nx_offer_ledger_store.nx nx_offer_ledger_store_gate.nx

imports: nx_syscalls.nxnx_offer_ledger.nxnx_seg_store.nx

imported by: nx_offer_ledger_store_gate.nx

structs

none

consts

none

functions

11func nx_offer_save(l: *NxOfferLedger, prefix: *u8, segid: i64) -> i64
called by 1: main calls 3: ss_beginss_addss_commit
18func nx_offer_load(prefix: *u8) -> *NxOfferLedger