MCPcopy
hub / github.com/opentrace/opentrace / set

Function set

ui/public/lbug_wasm_worker.js:1733–1737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1731 Object.defineProperty(Module, prop, {
1732 configurable: true,
1733 set() {
1734 abort(
1735 `Attempt to set \`Module.${prop}\` after it has already been processed. This can happen, for example, when code is injected via '--post-js' rather than '--pre-js'`,
1736 );
1737 },
1738 });
1739 }
1740 }

Callers 15

make_small_subsetFunction · 0.85
walkMethod · 0.85
search_nodesMethod · 0.85
search_graphMethod · 0.85
export_databaseFunction · 0.85
_ensure_gitignoreFunction · 0.85
resolve_callsFunction · 0.85
processingFunction · 0.85
scanningFunction · 0.85
_check_assertionMethod · 0.85
compare_reportsFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by 3

_run_pipelineFunction · 0.68
_make_scan_resultFunction · 0.68