memoryMultiWriterAppendLog()
Create an in-memory D85 multi-writer append log.
Import
Section titled “Import”import { memoryMultiWriterAppendLog } from "@graphrefly/ts/storage";Signature
Section titled “Signature”function memoryMultiWriterAppendLog(prefix?: string): MultiWriterAppendLogStorageTier<T>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
prefix | string | prefix value used by the helper. |
Returns
Section titled “Returns”A MultiWriterAppendLogStorageTier<T> value.
Example
Section titled “Example”import { memoryMultiWriterAppendLog } from "@graphrefly/ts/storage";Source
Section titled “Source”packages/ts/src/storage/append-log.ts