[−][src]Function holochain_core::dht::dht_reducers::reduce
pub fn reduce<CAS, EAVS>(
context: Arc<Context>,
old_store: Arc<DhtStore<CAS, EAVS>>,
action_wrapper: &ActionWrapper
) -> Arc<DhtStore<CAS, EAVS>> where
CAS: ContentAddressableStorage + Sized + Clone + PartialEq,
EAVS: EntityAttributeValueStorage + Sized + Clone + PartialEq,
DHT state-slice Reduce entry point. Note: Can't block when dispatching action here because we are inside the reduce's mutex