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

x/mock/time_deps.ts>RBTree#insert

Utilities to help mock behavior, spy on function calls, stub methods, and fake time for tests.
Very Popular
Latest
method RBTree.prototype.insert
import { RBTree } from "https://deno.land/x/mock@0.15.2/time_deps.ts";

Adds the value to the binary search tree if it does not already exist in it. Returns true if successful.

Parameters

value: T

Returns

boolean