Manager returns the underlying memory.Manager for advanced operations.
()
| 42 | |
| 43 | // Manager returns the underlying memory.Manager for advanced operations. |
| 44 | func (ms *MemoryStore) Manager() *memory.Manager { |
| 45 | return ms.manager |
| 46 | } |
| 47 | |
| 48 | // SetWorkspaceDir sets the current session's workspace directory so that |
| 49 | // new facts are annotated with the project they were learned in. |
no outgoing calls