Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelEngine-Group/app-platform
/ updateCollectionApp
Function
updateCollectionApp
frontend/src/shared/http/appDev.ts:35–41 ·
view source on GitHub ↗
(userName, defaultApp)
Source
from the content-addressed store, hash-verified
33
*
34
* */
35
export
function
updateCollectionApp(userName, defaultApp) {
36
const
url = `${COLLECT_URL}/user/info`
37
return
patch(url, {
38
userName,
39
defaultApp,
40
});
41
}
42
43
44
/**
Callers
1
StarApps
Function · 0.90
Calls
1
patch
Function · 0.90
Tested by
no test coverage detected