Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/cli / / MemoryInspectResult
Interface: MemoryInspectResult
Defined in: packages/cli/src/commands/memory.ts:228
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
chain | readonly | readonly MemoryInspectFact[] | packages/cli/src/commands/memory.ts:231 |
citingInsights | readonly | readonly MemoryCitingInsight[] | packages/cli/src/commands/memory.ts:234 |
conflicts | readonly | readonly MemoryConflictEntry[] | packages/cli/src/commands/memory.ts:233 |
fact | readonly | | MemoryInspectFact | null | packages/cli/src/commands/memory.ts:230 |
found | readonly | boolean | packages/cli/src/commands/memory.ts:229 |
history | readonly | readonly MemoryHistoryEntry[] | packages/cli/src/commands/memory.ts:232 |