MCPcopy Create free account
hub / github.com/gnmyt/Nexterm / patchRequest

Function patchRequest

client/src/common/utils/RequestUtil.js:183–185  ·  view source on GitHub ↗
(url, body)

Source from the content-addressed store, hash-verified

181}
182
183export const patchRequest = (url, body) => {
184 return sessionRequest(url, "PATCH", getToken(), body);
185}
186
187export const downloadFile = async (url) => {
188 url = url.startsWith("/") ? url.substring(1) : url;

Callers 15

handleSubmitFunction · 0.90
handleRepositionFunction · 0.90
handleRepositionFunction · 0.90
toggleProviderFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
saveSettingsFunction · 0.90
saveSettingsFunction · 0.90
handleSubmitFunction · 0.90
saveSettingsFunction · 0.90
handleSubmitFunction · 0.90

Calls 2

sessionRequestFunction · 0.85
getTokenFunction · 0.85

Tested by

no test coverage detected