Commit 464b0dd7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7a6f75f4
...@@ -150,8 +150,9 @@ func (δFtail *ΔFtail) ForgetPast(revCut zodb.Tid) { ...@@ -150,8 +150,9 @@ func (δFtail *ΔFtail) ForgetPast(revCut zodb.Tid) {
// //
// if exact=False - what is returned is only an upper bound for last block revision. // if exact=False - what is returned is only an upper bound for last block revision.
// //
// f must be from head/
// at must ∈ (tail, head] XXX [tail ? // at must ∈ (tail, head] XXX [tail ?
// XXX blk must be tracked? // blk must be tracked
// //
// XXX +ctx, error rebuild []δF here // XXX +ctx, error rebuild []δF here
func (f *BigFile) LastBlkRev(blk int64, at zodb.Tid) (_ zodb.Tid, exact bool) { func (f *BigFile) LastBlkRev(blk int64, at zodb.Tid) (_ zodb.Tid, exact bool) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment