MCPcopy Index your code
hub / github.com/dunwu/nginx-tutorial / doFetch

Function doFetch

examples/reactapp/src/common/apiutils/reqwestAJAX.js:44–46  ·  view source on GitHub ↗
(options = {}, dispatch)

Source from the content-addressed store, hash-verified

42}
43
44export function doFetch(options = {}, dispatch) {
45 _doFetch(options, dispatch, defaultOptions)
46}
47
48export function doFetchJson(options = {}, dispatch) {
49 _doFetch(options, dispatch, defaultJsonOptions)

Callers

nothing calls this directly

Calls 1

_doFetchFunction · 0.85

Tested by

no test coverage detected