MCPcopy Index your code
hub / github.com/sql-js/sql.js / warnOnce

Function warnOnce

js/sql-debug.js:350–356  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

348}
349
350function warnOnce(text) {
351 if (!warnOnce.shown) warnOnce.shown = {};
352 if (!warnOnce.shown[text]) {
353 warnOnce.shown[text] = 1;
354 Module.printErr(text);
355 }
356}
357
358
359

Callers 1

writeStringToMemoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…