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

Function getStringList

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

Source from the content-addressed store, hash-verified

1917 }
1918 __name(getString, "getString");
1919 function getStringList() {
1920 var count2 = getLEB();
1921 var rtn = [];
1922 while (count2--) rtn.push(getString());
1923 return rtn;
1924 }
1925 __name(getStringList, "getStringList");
1926 function failIf(condition, message) {
1927 if (condition) throw new Error(message);

Callers 1

Module2Function · 0.85

Calls 3

getLEBFunction · 0.85
getStringFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected