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

Method every

types/fetch.d.ts:81–81  ·  view source on GitHub ↗
(predicate: (value: T, index: number) => unknown)

Source from the content-addressed store, hash-verified

79 forEach(callbackfn: (value: T, index: number) => void): void;
80 some(predicate: (value: T, index: number) => unknown): boolean;
81 every(predicate: (value: T, index: number) => unknown): boolean;
82 find<S extends T>(predicate: (value: T, index: number) => value is S): S | undefined;
83 find(predicate: (value: T, index: number) => unknown): T | undefined;
84 readonly [Symbol.toStringTag]: string;

Callers 11

findEntryFunction · 0.80
headerValueEqualsFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
index.jsFile · 0.80
usesProxyAgentFunction · 0.80
spread.jsFile · 0.80
abort2.jsFile · 0.80
client-tls.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected