MCPcopy
hub / github.com/simoneb/axios-hooks / request

Function request

src/index.js:200–205  ·  view source on GitHub ↗
(config, options, dispatch)

Source from the content-addressed store, hash-verified

198 }
199
200 async function request(config, options, dispatch) {
201 return (
202 tryGetFromCache(config, options, dispatch) ||
203 executeRequest(config, dispatch)
204 )
205 }
206
207 function useAxios(_config, _options) {
208 const config = React.useMemo(

Callers 1

useAxiosFunction · 0.85

Calls 2

tryGetFromCacheFunction · 0.85
executeRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…