MCPcopy Create free account
hub / github.com/FastLED/FastLED / any

Method any

src/platforms/wasm/compiler/types.d.ts:337–337  ·  view source on GitHub ↗
(values: Iterable<T | PromiseLike<T>>)

Source from the content-addressed store, hash-verified

335
336 interface PromiseConstructor {
337 any<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>;
338 }
339}
340

Callers 15

anyMethod · 0.65
fastledLoadSetupLoopFunction · 0.65
is_cpp_like_pathFunction · 0.65
ends_with_anyFunction · 0.65
is_excluded_fileFunction · 0.65
is_external_sdk_headerFunction · 0.65
is_valid_include_pathFunction · 0.65
is_std_bridge_fileFunction · 0.65

Implementers 2

bitset_fixedsrc/fl/stl/bitset.h
bitset_inlinedsrc/fl/stl/bitset.h

Calls

no outgoing calls

Tested by

no test coverage detected