Home
last modified time | relevance | path

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

/third_party/node/deps/undici/src/lib/mock/
Dmock-utils.js70 function matchHeaders (mockDispatch, headers) { argument
110 function matchKey (mockDispatch, { path, method, body, headers }) { argument
217 function mockDispatch (opts, handler) { function
346 mockDispatch, property
Dmock-interceptor.js19 constructor (mockDispatch) { argument