Skip to content
PACKAGES

walFrameKey()

Build the deterministic storage key for a WAL frame sequence number.

import { walFrameKey } from "@graphrefly/ts/storage";
function walFrameKey(
prefix: string,
frameSeq: number,
): string
ParameterTypeDescription
prefixstringprefix value used by the helper.
frameSeqnumberframe seq value used by the helper.

The stable key or reference string.

import { walFrameKey } from "@graphrefly/ts/storage";

packages/ts/src/storage/wal.ts