Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/cli / / MemoryInspectResult
Interface: MemoryInspectResult
Defined in: packages/cli/src/commands/memory.ts:377
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
chain | readonly | readonly MemoryInspectFact[] | - | packages/cli/src/commands/memory.ts:380 |
citingInsights | readonly | readonly MemoryCitingInsight[] | - | packages/cli/src/commands/memory.ts:383 |
conflicts | readonly | readonly MemoryConflictEntry[] | - | packages/cli/src/commands/memory.ts:382 |
fact | readonly | | MemoryInspectFact | null | - | packages/cli/src/commands/memory.ts:379 |
found | readonly | boolean | - | packages/cli/src/commands/memory.ts:378 |
history | readonly | readonly MemoryHistoryEntry[] | - | packages/cli/src/commands/memory.ts:381 |
linkedEntities | readonly | readonly MemoryInspectEntity[] | Canonical entities this fact links to (P2-1 / migration 016). | packages/cli/src/commands/memory.ts:385 |