Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
150045
function
parseSelector(s) {
150046
return
s[0] ===
"["
? parseBetween(s) : parseStream(s);
150047
}
150048
function
parseBetween(s) {
150049
const
n = s.length;
150050
let
i = 1, b;
Callers
1
parseBetween
Function · 0.70
Calls
2
parseBetween
Function · 0.70
parseStream
Function · 0.70
Tested by
no test coverage detected