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

Function resetConfigure

src/index.js:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 const __ssrPromises = []
70
71 function resetConfigure() {
72 cache = new LRUCache({ max: 500 })
73 axiosInstance = StaticAxios
74 defaultOptions = DEFAULT_OPTIONS
75 }
76
77 function configure(options = {}) {
78 if (options.axios !== undefined) {

Callers 2

standardTestsFunction · 0.90
makeUseAxiosFunction · 0.85

Calls

no outgoing calls

Tested by 1

standardTestsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…