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

Function GET

src/apis/index.js:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15const GET = URL => {
16 return request(URL, (mappedURL, args) => {
17 const [params, cancelToken] = args;
18 return axios.get(mappedURL, { params, cancelToken });
19 });
20};
21
22const DELETE = URL => {
23 return request(URL, (mappedURL, args) => {

Callers 1

index.jsFile · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected