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

Function print

src/platforms/wasm/compiler/index.ts:296–296  ·  view source on GitHub ↗
(..._args)

Source from the content-addressed store, hash-verified

294 * @param {...*} _args - Arguments to print
295 */
296let print = function (..._args) {};
297
298/** Store reference to original console for fallback */
299const prev_console = console;

Callers 2

logFunction · 0.70
warnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected