MCPcopy Index your code
hub / github.com/nodejs/undici / find

Method find

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

Source from the content-addressed store, hash-verified

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;
85}

Callers 15

findEntryFunction · 0.80
addUpstreamMethod · 0.80
removeUpstreamMethod · 0.80
getUpstreamMethod · 0.80
onResponseStartFunction · 0.80
http2-timeout.jsFile · 0.80
getMethod · 0.80
getFunction · 0.80
updateExpectationsFunction · 0.80
generateWPTReportFunction · 0.80
balanced-pool.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected