MCPcopy 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 * */
35export 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

StarAppsFunction · 0.90

Calls 1

patchFunction · 0.90

Tested by

no test coverage detected