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

Function showCurrentLine

src/parseTools.mjs:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 const IGNORE_ALL = 2;
112 const showStack = [];
113 const showCurrentLine = () => showStack.every((x) => x == SHOW);
114
115 const fileExt = filename.split('.').pop().toLowerCase();
116 const isHtml = fileExt === 'html' || fileExt === 'htm' ? true : false;

Callers 1

preprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected