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

x/earthstar/deps.ts>RangeMessenger#process

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

Formulate the reply to a given message, as well as carry out any side effects such as inserting items into the tree.

Parameters

result: CollateStageResult<ValueType, LiftedType>

Returns

ProcessStageResult<ValueType, LiftedType>[]