MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / get

Function get

website/public/wasm/web-tree-sitter.js:1819–1831  ·  view source on GitHub ↗
(obj, symName)

Source from the content-addressed store, hash-verified

1817 var currentModuleWeakSymbols = /* @__PURE__ */ new Set([]);
1818 var GOTHandler = {
1819 get(obj, symName) {
1820 var rtn = GOT[symName];
1821 if (!rtn) {
1822 rtn = GOT[symName] = new WebAssembly.Global({
1823 "value": "i32",
1824 "mutable": true
1825 });
1826 }
1827 if (!currentModuleWeakSymbols.has(symName)) {
1828 rtn.required = true;
1829 }
1830 return rtn;
1831 }
1832 };
1833 var LE_ATOMICS_NATIVE_BYTE_ORDER = [];
1834 var LE_HEAP_LOAD_F32 = /* @__PURE__ */ __name((byteOffset) => HEAP_DATA_VIEW.getFloat32(byteOffset, true), "LE_HEAP_LOAD_F32");

Callers

nothing calls this directly

Calls 2

resolveSymbolFunction · 0.70
hasMethod · 0.65

Tested by

no test coverage detected