B:BD[
3.950325] → [
3.950325:950554]
B:BD[
3.950600] → [
3.950600:951533]
match *change_ {
Atom::EdgeMap(ref n) => {
for edge in n.edges.iter() {
if edge.flag.contains(EdgeFlags::DELETED) {
put_newedge(
txn,
channel,
ws,
change_id,
n.inode,
edge,
|_, _, _, _| Ok(true),
)?;
// org id aNVimxa4oSqbTYJ033w2QbZTCVMG/+tO2ymc1QSWPH0=
crate::missing_context::collect_zombie_context(
txn,
channel,
&mut ws.missing_context,
n.inode,
edge,
change_id,
|h| change.knows(&h),
)?
// org id hXW9eN25ZM8EQ5B2Ew8NMra+xi7hFv6CN8no+qg8GpY=
}
if let Atom::EdgeMap(ref n) = *change_ {
for edge in n.edges.iter() {
if edge.flag.contains(EdgeFlags::DELETED) {
put_newedge(txn, channel, ws, change_id, n.inode, edge, |_, _, _, _| {
Ok(true)
})?;
// org id aNVimxa4oSqbTYJ033w2QbZTCVMG/+tO2ymc1QSWPH0=
crate::missing_context::collect_zombie_context(
txn,
channel,
&mut ws.missing_context,
n.inode,
edge,
change_id,
|h| change.knows(&h),
)?
// org id hXW9eN25ZM8EQ5B2Ew8NMra+xi7hFv6CN8no+qg8GpY=