MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / getExports

Function getExports

website/public/wasm/web-tree-sitter.js:2492–2497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2490 }
2491 __name(loadLibData, "loadLibData");
2492 function getExports() {
2493 if (flags2.loadAsync) {
2494 return loadLibData().then((libData) => loadWebAssemblyModule(libData, flags2, libName2, localScope2, handle2));
2495 }
2496 return loadWebAssemblyModule(loadLibData(), flags2, libName2, localScope2, handle2);
2497 }
2498 __name(getExports, "getExports");
2499 function moduleLoaded(exports) {
2500 if (dso.global) {

Callers 1

loadDynamicLibraryFunction · 0.85

Calls 1

loadLibDataFunction · 0.85

Tested by

no test coverage detected