Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
export
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
apiGet
Function · 0.90
buildQuery
Function · 0.70
Tested by
no test coverage detected