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

Method some

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

Source from the content-addressed store, hash-verified

78 toArray(): T[];
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;

Callers 15

isObjectAssignCallFunction · 0.80
hasCommentsBetweenFunction · 0.80
rules-utils.jsFile · 0.80
checkFunction · 0.80
tls.jsFile · 0.80
joinFunction · 0.80
onTimeoutFunction · 0.80
constructorMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64