Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133143
function
parseSelector(s) {
133144
return
s[0] ===
'['
? parseBetween(s) : parseStream(s);
133145
}
133146
133147
function
parseBetween(s) {
133148
var
n = s.length,
Callers
1
parseBetween
Function · 0.70
Calls
2
parseBetween
Function · 0.70
parseStream
Function · 0.70
Tested by
no test coverage detected