Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / MemoryInspectResult
Interface: MemoryInspectResult
Defined in: packages/cli/src/commands/memory.ts:247
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
chain | readonly | readonly MemoryInspectFact[] | - | packages/cli/src/commands/memory.ts:250 |
citingInsights | readonly | readonly MemoryCitingInsight[] | - | packages/cli/src/commands/memory.ts:253 |
conflicts | readonly | readonly MemoryConflictEntry[] | - | packages/cli/src/commands/memory.ts:252 |
fact | readonly | | MemoryInspectFact | null | - | packages/cli/src/commands/memory.ts:249 |
found | readonly | boolean | - | packages/cli/src/commands/memory.ts:248 |
history | readonly | readonly MemoryHistoryEntry[] | - | packages/cli/src/commands/memory.ts:251 |
linkedEntities | readonly | readonly MemoryInspectEntity[] | Canonical entities this fact links to (P2-1 / migration 016). | packages/cli/src/commands/memory.ts:255 |