method MemoryAuditStorage.prototype.isHealthy
Since 0.6.0
MemoryAuditStorage.prototype.isHealthy(): Promise<boolean>

Lifecycle truth: an in-process array has no separate sink to reach, so reachability IS readiness — the process either holds the entries or it does not.

Return Type

Promise<boolean>

true

Usage

import { MemoryAuditStorage } from "audit-plugin/src/index.ts";