Commit 63ae435f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8b0816bc
// Code generated by gen-δtail I64 int64; DO NOT EDIT.
// (from lab.nexedi.com/kirr/neo/go/zodb @ v1.9-144-g042a253a)
// (from lab.nexedi.com/kirr/neo/go/zodb @ v1.9-146-g4224b580)
// Copyright (C) 2018-2019 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
......@@ -92,6 +92,13 @@ func (δtail *ΔTailI64) Len() int {
return len(δtail.tailv)
}
// Data returns slice with δtail data.
//
// The caller must not modify returned slice.
func (δtail *ΔTailI64) Data() /*readonly*/ []ΔRevEntry {
return δtail.tailv
}
// Head returns newest database state for which δtail has history coverage.
//
// Head is ↑ on Append, in particular it does not ↓ on Forget even if δtail becomes empty.
......
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