method MemoryProvider.prototype.isHealthy
Since 0.1.0
MemoryProvider.prototype.isHealthy(): Promise<boolean>

M70c: an in-memory store has no backend to be unreachable, so it is always reachable (M47).

Return Type

Promise<boolean>

true

Usage

import { MemoryProvider } from "storage-plugin/src/index.ts";