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

Method find

deps/undici/src/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

ReadLinesFromFunction · 0.65
GuessOSFunction · 0.65
CleanseRawStringsFunction · 0.65
CleanseCommentsFunction · 0.65
_CollapseStringsMethod · 0.65
_UpdateNamesapceMethod · 0.65
CheckCommentFunction · 0.65
CheckSpacingFunction · 0.65
_IsTypeFunction · 0.65
CheckBracesFunction · 0.65

Calls

no outgoing calls

Tested by 1