Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/cli / / runMemoryInspect

Function: runMemoryInspect()

ts
function runMemoryInspect(options): Promise<MemoryInspectResult>;

Defined in: packages/cli/src/commands/memory.ts:251

graphorin memory inspect <factId> — surface everything the store knows about one fact: its retrieval-trust status + provenance, the full bi-temporal supersede chain it belongs to, the audit-log events recorded against it, the conflict decisions that referenced it, and the (quarantined) insights that cite it. Pure read-only inspection.

Parameters

ParameterType
optionsMemoryInspectOptions

Returns

Promise&lt;MemoryInspectResult&gt;

Stable