xzodb

package
v1.8.2-0...-f7776fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: GPL-2.0, GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package xzodb complements package zodb.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func At2Before

func At2Before(at zodb.Tid) (before zodb.Tid)

At2Before converts at to before for ZODB load semantics taking edge cases into account.

For most values it is

before = at + 1		; at < ∞

but at ∞ (zodb.TidMax) it is just

before = at		; at = ∞

func Before2At

func Before2At(before zodb.Tid) (at zodb.Tid)

Before2At is the reverse function to At2Before

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL