MCPcopy Index your code
hub / github.com/algorithm-visualizer/algorithm-visualizer / DELETE

Function DELETE

src/apis/index.js:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22const DELETE = URL => {
23 return request(URL, (mappedURL, args) => {
24 const [params, cancelToken] = args;
25 return axios.delete(mappedURL, { params, cancelToken });
26 });
27};
28
29const POST = URL => {
30 return request(URL, (mappedURL, args) => {

Callers 1

index.jsFile · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected