Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/putyy/res-downloader
/ appInfo
Function
appInfo
frontend/src/api/app.ts:54–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
})
53
},
54
appInfo() {
55
return
request({
56
url:
'api/app-info'
,
57
method:
'post'
,
58
})
59
},
60
getConfig() {
61
return
request({
62
url:
'api/get-config'
,
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected