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

Function parse_InheritMode

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

Source from the content-addressed store, hash-verified

11388 }
11389
11390 function parse_InheritMode()
11391 {
11392 eventHandler.startNonterminal("InheritMode", e0);
11393 switch (l1)
11394 {
11395 case 159: // 'inherit'
11396 shift(159); // 'inherit'
11397 break;
11398 default:
11399 shift(192); // 'no-inherit'
11400 }
11401 eventHandler.endNonterminal("InheritMode", e0);
11402 }
11403
11404 function parse_DecimalFormatDecl()
11405 {

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…