MCPcopy
hub / github.com/nodejs/undici / PendingInterceptorsFormatter

Interface PendingInterceptorsFormatter

types/mock-agent.d.ts:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49interface PendingInterceptorsFormatter {
50 format(pendingInterceptors: readonly PendingInterceptor[]): string;
51}
52
53declare namespace MockAgent {
54 /** MockAgent options. */

Callers 1

Implementers 1

PendingInterceptorsFormatterlib/mock/pending-interceptors-formatte

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…