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

Method constructor

src/main/attachmentHandler.ts:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 private attachmentsDir: string
11
12 constructor() {
13 // 附件存储目录:应用数据目录/attachments
14 this.attachmentsDir = path.join(app.getPath('userData'), 'attachments')
15 }
16
17 /**
18 * 保存附件到本地

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected