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

Function getString

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

Source from the content-addressed store, hash-verified

1911 }
1912 __name(getLEB, "getLEB");
1913 function getString() {
1914 var len = getLEB();
1915 offset += len;
1916 return UTF8ArrayToString(binary2, offset - len, len);
1917 }
1918 __name(getString, "getString");
1919 function getStringList() {
1920 var count2 = getLEB();

Callers 2

getStringListFunction · 0.85
Module2Function · 0.85

Calls 1

getLEBFunction · 0.85

Tested by

no test coverage detected