Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/deps.ts>FingerprintTree#aggregateUp

Storage for private, distributed, offline-first applications.
Go to Latest
method FingerprintTree.prototype.aggregateUp
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.2.0/deps.ts";

Parameters

node: NodeType<ValueType, LiftedType>
x: ValueType
y: ValueType

Returns

{ label: CombinedLabel<ValueType, LiftedType>; nextTree: NodeType<ValueType, LiftedType> | null; }