MCPcopy Create free account
hub / github.com/xerrors/Yuxi / downloadWorkspaceFile

Function downloadWorkspaceFile

web/src/apis/workspace_api.js:66–69  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

64}
65
66export const downloadWorkspaceFile = (path) => {
67 const query = buildQuery({ path })
68 return apiGet(`/api/workspace/download?${query}`, {}, true, 'blob')
69}

Callers

nothing calls this directly

Calls 2

apiGetFunction · 0.90
buildQueryFunction · 0.70

Tested by

no test coverage detected