MCPcopy
hub / github.com/opentrace/opentrace / get

Function get

ui/public/lbug_wasm_worker.js:1775–1782  ·  ui/public/lbug_wasm_worker.js::get
()

Source from the content-addressed store, hash-verified

1773 Object.defineProperty(Module, sym, {
1774 configurable: true,
1775 get() {
1776 var msg = `class="st">'${sym}' was not exported. add it to EXPORTED_RUNTIME_METHODS (see the Emscripten FAQ)`;
1777 if (isExportedByForceFilesystem(sym)) {
1778 msg +=
1779 class="st">'. Alternatively, forcing filesystem support (-sFORCE_FILESYSTEM) can export this for you';
1780 }
1781 abort(msg);
1782 },
1783 });
1784 }
1785 }

Callers 1

fetch_dataFunction · 0.85

Calls 4

abortFunction · 0.85
throwUnboundTypeErrorFunction · 0.85
validateThisFunction · 0.85

Tested by

no test coverage detected