graphlog

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deltas

type Deltas struct {
	IncNode []NodeUpdate
	DecNode []NodeUpdate
	QuadAdd []QuadUpdate
	QuadDel []QuadUpdate
}

func SplitDeltas

func SplitDeltas(in []graph.Delta) *Deltas

type NodeUpdate

type NodeUpdate struct {
	Hash   graph.ValueHash
	Val    quad.Value
	RefInc int
}

type Op

type Op interface {
	// contains filtered or unexported methods
}

type QuadUpdate

type QuadUpdate struct {
	Ind  int
	Quad graph.QuadHash
	Del  bool
}

Jump to

Keyboard shortcuts

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