MCPcopy
hub / github.com/nock/nock / InterceptorMatchResult

Interface InterceptorMatchResult

types/index.d.ts:94–97  ·  view source on GitHub ↗

* Detailed mismatch information for the 'no match' event * @experimental This interface may change in future versions based on community feedback.

Source from the content-addressed store, hash-verified

92 * @experimental This interface may change in future versions based on community feedback.
93 */
94 interface InterceptorMatchResult {
95 interceptor: Interceptor
96 reasons: string[]
97 }
98
99 /**
100 * Enhanced global emitter with typed 'no match' event

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…