MCPcopy Create free account
hub / github.com/diillson/chatcli / MemoryDir

Method MemoryDir

cli/workspace/memory/store.go:1069–1071  ·  view source on GitHub ↗

MemoryDir returns the base memory directory path.

()

Source from the content-addressed store, hash-verified

1067
1068// MemoryDir returns the base memory directory path.
1069func (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.

Implementers 2

MockTokenManagerllm/token/mock_token_manager.go
TokenManagerllm/token/token_manager.go

Calls

no outgoing calls