MCPcopy
hub / github.com/OmniDB/OmniDB / matchW

Function matchW

OmniDB/OmniDB_app/static/OmniDB_app/lib/ace/worker-xquery.js:4393–4405  ·  view source on GitHub ↗
(set)

Source from the content-addressed store, hash-verified

4391 }
4392
4393 function matchW(set)
4394 {
4395 var code;
4396 for (;;)
4397 {
4398 code = match(set);
4399 if (code != 30) // S^WS
4400 {
4401 break;
4402 }
4403 }
4404 return code;
4405 }
4406
4407 function lookahead1W(set)
4408 {

Callers 2

lookahead1WFunction · 0.70
lookahead2WFunction · 0.70

Calls 2

skipFunction · 0.85
matchFunction · 0.70

Tested by

no test coverage detected