MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseSelector

Function parseSelector

docs/app/js/sanddance-app.js:150045–150047  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

150043 return output;
150044}
150045function parseSelector(s) {
150046 return s[0] === "[" ? parseBetween(s) : parseStream(s);
150047}
150048function parseBetween(s) {
150049 const n = s.length;
150050 let i = 1, b;

Callers 1

parseBetweenFunction · 0.70

Calls 2

parseBetweenFunction · 0.70
parseStreamFunction · 0.70

Tested by

no test coverage detected