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