Home
last modified time | relevance | path

Searched defs:mockDispatches (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/undici/src/lib/mock/
Dmock-utils.js128 function getMockDispatch (mockDispatches, key) { argument
159 function addMockDispatch (mockDispatches, key, data) { argument
167 function deleteMockDispatch (mockDispatches, key) { argument
253 function handleReply (mockDispatches, _data = data) { argument
Dmock-interceptor.js60 constructor (opts, mockDispatches) { argument