MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / put

Function put

web/kubepi/src/plugins/request.js:90–92  ·  view source on GitHub ↗
(url, data, loading, config = {})

Source from the content-addressed store, hash-verified

88}
89
90export const put = (url, data, loading, config = {}) => {
91 return promise(request({...config, url: url, method: "put", data}), loading)
92}
93
94export const del = (url, loading) => {
95 return promise(request({url: url, method: "delete"}), loading)

Callers 13

updateClusterFunction · 0.90
updateClusterMemberFunction · 0.90
updateClusterRoleFunction · 0.90
updateRepoFunction · 0.90
updateSsoFunction · 0.90
updateRoleFunction · 0.90
updateLdapFunction · 0.90
updateGrafanaFunction · 0.90
updateMetricsFunction · 0.90
updateGroupFunction · 0.90
updateProfileFunction · 0.90
updatePasswordFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected