()
| 67 | * Get the path to the chat messages file for the current chat |
| 68 | */ |
| 69 | export function getChatMessagesPath(): string { |
| 70 | const chatDir = getCurrentChatDir() |
| 71 | return path.join(chatDir, CHAT_MESSAGES_FILENAME) |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Save both the RunState and ChatMessage[] to disk |
no test coverage detected