MemoryDir returns the base memory directory path.
()
| 1067 | |
| 1068 | // MemoryDir returns the base memory directory path. |
| 1069 | func (m *Manager) MemoryDir() string { |
| 1070 | return m.baseDir |
| 1071 | } |
| 1072 | |
| 1073 | // SetWorkspaceDir sets the current session's workspace directory. |
| 1074 | // Facts created during this session will be annotated with this path. |
no outgoing calls