MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseSelector

Function parseSelector

docs/tests/v2/es6/js/sanddance.js:133143–133145  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

133141}
133142
133143function parseSelector(s) {
133144 return s[0] === '[' ? parseBetween(s) : parseStream(s);
133145}
133146
133147function parseBetween(s) {
133148 var n = s.length,

Callers 1

parseBetweenFunction · 0.70

Calls 2

parseBetweenFunction · 0.70
parseStreamFunction · 0.70

Tested by

no test coverage detected