MCPcopy
hub / github.com/didi/mpx / forEach

Method forEach

packages/fetch/src/interceptorManager.js:76–83  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

74 }
75
76 forEach (fn) {
77 this.interceptors[0].forEach((fulfilledItem, index) => {
78 fn({
79 fulfilled: fulfilledItem.fn,
80 rejected: this.interceptors[1][index].fn
81 })
82 })
83 }
84}

Callers 15

doValidatorFunction · 0.80
validateFunction · 0.80
ValidatorFunction · 0.80
setValidatorMethod · 0.80
requestMethod · 0.80
fetchMethod · 0.80
exitFunction · 0.80
getCommonClassesMapFunction · 0.80
createContextMethod · 0.80
applyMethod · 0.80
processTemplateMethod · 0.80
parseCommentConfigFunction · 0.80

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected