()
| 130768 | } |
| 130769 | } |
| 130770 | function classifyDisabledCodeToken() { |
| 130771 | var start = mergeConflictScanner.getTextPos(); |
| 130772 | var tokenKind = mergeConflictScanner.scan(); |
| 130773 | var end = mergeConflictScanner.getTextPos(); |
| 130774 | var type = classifyTokenType(tokenKind); |
| 130775 | if (type) { |
| 130776 | pushClassification(start, end - start, type); |
| 130777 | } |
| 130778 | } |
| 130779 | /** |
| 130780 | * Returns true if node should be treated as classified and no further processing is required. |
| 130781 | * False will mean that node is not classified and traverse routine should recurse into node contents. |
no test coverage detected