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

Function PATCH

src/apis/index.js:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43const PATCH = URL => {
44 return request(URL, (mappedURL, args) => {
45 const [body, params, cancelToken] = args;
46 return axios.patch(mappedURL, body, { params, cancelToken });
47 });
48};
49
50const AlgorithmApi = {
51 getCategories: GET('/algorithms'),

Callers 1

index.jsFile · 0.85

Calls 2

requestFunction · 0.85
patchMethod · 0.45

Tested by

no test coverage detected