MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / warningOccured

Function warningOccured

src/utility.mjs:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43let warnings = false;
44
45export function warningOccured() {
46 return warnings;
47}
48
49let currentFile = [];
50

Callers 1

finalCombinerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected