MCPcopy
hub / github.com/nock/nock / query

Method query

types/index.d.ts:163–163  ·  view source on GitHub ↗
(
      matcher:
        | boolean
        | string
        | DataMatcherMap
        | URLSearchParams
        | { (parsedObj: ParsedUrlQuery): boolean },
    )

Source from the content-addressed store, hash-verified

161
162 interface Interceptor {
163 query(
164 matcher:
165 | boolean
166 | string

Callers 8

tests.tsFile · 0.65
test_back.jsFile · 0.65
test_undici.jsFile · 0.65
test_events.jsFile · 0.65
test_query.jsFile · 0.65

Implementers 1

Interceptorlib/interceptor.js

Calls

no outgoing calls

Tested by

no test coverage detected