MCPcopy
hub / github.com/ajaxorg/ace / parse_PreserveMode

Function parse_PreserveMode

lib/ace/mode/xquery/xqlint.js:11376–11388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11374 }
11375
11376 function parse_PreserveMode()
11377 {
11378 eventHandler.startNonterminal("PreserveMode", e0);
11379 switch (l1)
11380 {
11381 case 218: // 'preserve'
11382 shift(218); // 'preserve'
11383 break;
11384 default:
11385 shift(193); // 'no-preserve'
11386 }
11387 eventHandler.endNonterminal("PreserveMode", e0);
11388 }
11389
11390 function parse_InheritMode()
11391 {

Callers 1

parse_CopyNamespacesDeclFunction · 0.85

Calls 1

shiftFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…