Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VienLi/CcView
/ getFile
Function
getFile
src/api/oss.ts:18–24 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
16
17
// 下载文件
18
export
function
getFile(uuid: string) {
19
return
axiosInstance.get(`/api/oss/getFile`, {
20
params: {
21
uuid
22
}
23
});
24
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected