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

Function _loadFastLED

src/platforms/wasm/compiler/index.ts:259–264  ·  view source on GitHub ↗
(_options)

Source from the content-addressed store, hash-verified

257 * @returns {Promise<void>} Promise that resolves when initialization completes
258 */
259let _loadFastLED = function (_options) {
260 // Stub to let the user/dev know that something went wrong.
261 // This function is replaced with an async implementation, so it must be async for interface compatibility
262 console.log('FastLED loader function was not set.');
263 return Promise.resolve();
264};
265
266/**
267 * Public FastLED loading function (delegates to private implementation)

Callers 1

loadFastLEDFunction · 0.85

Calls 2

logMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected