MCPcopy
hub / github.com/1Panel-dev/MaxKB / put

Function put

ui/src/request/index.ts:180–182  ·  view source on GitHub ↗
(url, data, params, loading, timeout)

Source from the content-addressed store, hash-verified

178 loading?: NProgress | Ref<boolean>,
179 timeout?: number,
180) => Promise<Result<any>> = (url, data, params, loading, timeout) => {
181 return promise(request({ url: url, method: 'put', data, params, timeout }), loading)
182}
183
184/**
185 * 删除

Callers 15

putUserManageFunction · 0.90
putUserManagePasswordFunction · 0.90
putFolderFunction · 0.90
putResourceAuthorizationFunction · 0.90
updateModelFunction · 0.90
updateModelParamsFormFunction · 0.90
pauseDownloadFunction · 0.90
voteFunction · 0.90
modifyChatFunction · 0.90
editUserGroupListFunction · 0.90
putUserGroupUserFunction · 0.90
putWorkFlowVersionFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected