[][src]Function webext_storage::sync::incoming::stage_incoming

pub fn stage_incoming(
    tx: &Transaction<'_>,
    incoming_payloads: Vec<Payload>,
    signal: &dyn Interruptee
) -> Result<()>

The first thing we do with incoming items is to "stage" them in a temp table. The actual processing is done via this table.