MCPcopy
hub / github.com/putyy/res-downloader / openDirectoryDialog

Function openDirectoryDialog

frontend/src/api/app.ts:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 })
28 },
29 openDirectoryDialog() {
30 return request({
31 url: 'api/open-directory',
32 method: 'post'
33 })
34 },
35 openFileDialog() {
36 return request({
37 url: 'api/open-file',

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected