()
| 79 | } |
| 80 | |
| 81 | export function getCurrentAttachmentsDirectory(): string { |
| 82 | if (!currentWorkspaceRoot) { |
| 83 | throw new Error('Current workspace path is not set') |
| 84 | } |
| 85 | |
| 86 | return path.join(currentWorkspaceRoot, '.pointer', 'attachments') |
| 87 | } |
no outgoing calls
no test coverage detected