Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / emitMemoryGuardAudit

Function: emitMemoryGuardAudit()

ts
function emitMemoryGuardAudit(event): void;

Defined in: packages/security/src/guard/audit-emitter.ts:126

Emit an event to every subscriber. Listeners that throw are isolated — a faulty listener never tears down the guard.

Parameters

ParameterType
eventMemoryGuardAuditEvent

Returns

void

Stable