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

x/earthstar/deps.ts>FingerprintTree#insert

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

Insert a value into the tree. Will create a lifted value for the resulting node, and update the labels of all rotated and parent nodes in the tree.

Parameters

value: ValueType

Returns

boolean