API Reference
walFramePrefix()
Build the namespace prefix for passive WAL frame keys.
Import
import { walFramePrefix } from "@graphrefly/ts/storage";
Signature
function walFramePrefix(namespace: string): string
Parameters
| Parameter | Type | Description |
|---|---|---|
namespace | string | namespace value used by the helper. |
Returns
A string value.
Example
import { walFramePrefix } from "@graphrefly/ts/storage";
Source
packages/ts/src/storage/wal.ts