MCPcopy
hub / github.com/OmniDB/OmniDB / shift

Function shift

OmniDB/OmniDB_app/static/OmniDB_app/lib/ace/worker-xquery.js:4369–4381  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

4367 }
4368
4369 function shift(t)
4370 {
4371 if (l1 == t)
4372 {
4373 whitespace();
4374 eventHandler.terminal(JSONiqTokenizer.TOKEN[l1], b1, e1 > size ? size : e1);
4375 b0 = b1; e0 = e1; l1 = 0;
4376 }
4377 else
4378 {
4379 error(b1, e1, 0, l1, t);
4380 }
4381 }
4382
4383 function whitespace()
4384 {

Callers 15

worker-xquery.jsFile · 0.70
parse_EQNameFunction · 0.70
parse_FunctionNameFunction · 0.70
parse_NCNameFunction · 0.70
parse_VersionDeclFunction · 0.70
parse_ModuleDeclFunction · 0.70
parse_SeparatorFunction · 0.70
parse_BoundarySpaceDeclFunction · 0.70
parse_BaseURIDeclFunction · 0.70
parse_ConstructionDeclFunction · 0.70
parse_OrderingModeDeclFunction · 0.70

Calls 2

whitespaceFunction · 0.70
errorFunction · 0.70

Tested by

no test coverage detected