Skip to main content

SUMMARY_METHOD_NONE_WIRE

Constant SUMMARY_METHOD_NONE_WIRE 

Source
pub const SUMMARY_METHOD_NONE_WIRE: &'static str;
Expand description

Sentinel wire token used in the summary_method column when the job kind does not carry a summary method (currently only ExpiredPrincipleReview).

Re-exported from cortex_store::repo::SUMMARY_METHOD_NONE_WIRE so the types module and the persistence module agree on a single source of truth. Wire token reserved for the summary_method column when the job kind does not carry a summary method (currently only expired_principle_review). Must stay in sync with cortex_memory::decay::SUMMARY_METHOD_NONE_WIRE and the SQLite CHECK constraint alphabet in 007_decay_jobs.sql.