Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
296
let
print =
function
(..._args) {};
297
298
/** Store reference to original console
for
fallback */
299
const
prev_console = console;
Callers
2
log
Function · 0.70
warn
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected