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

x/earthstar/deps.ts>FingerprintTree#aggregateUp

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method FingerprintTree.prototype.aggregateUp
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.0.0-beta.6/deps.ts";

Parameters

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

Returns

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