Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/range_reconcile/src/fingerprint_tree/fingerprint_tree.ts>FingerprintNode

Efficiently sync sets with range-based set reconciliation
Go to Latest
class FingerprintNode
import { FingerprintNode } from "https://deno.land/x/range_reconcile@0.1.2/src/fingerprint_tree/fingerprint_tree.ts";

A node for a FingerprintTree, augmented with a label and lifted value. Can update the labelsk of its ancestors.

Constructors

new
FingerprintNode()

Type Parameters

optional
ValueType = string
optional
LiftType = string

Methods

updateLabel(updateParent?, reason?: string)