MCPcopy Create free account
hub / github.com/experdot/pointer / getCurrentAttachmentsDirectory

Function getCurrentAttachmentsDirectory

src/main/workspaceRuntime.ts:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81export 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}

Callers 2

ensureAttachmentsRootFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected