MCPcopy Index your code
hub / github.com/angular/angular / diff

Method diff

packages/compiler/src/ml_parser/lexer.ts:1570–1570  ·  view source on GitHub ↗

The number of characters between `this` cursor and `other` cursor.

(other: this)

Source from the content-addressed store, hash-verified

1568 charsLeft(): number;
1569 /** The number of characters between `this` cursor and `other` cursor. */
1570 diff(other: this): number;
1571 /** Make a copy of this cursor */
1572 clone(): CharacterCursor;
1573}

Callers 5

ngDoCheckMethod · 0.65
ngDoCheckMethod · 0.65
transformMethod · 0.65
diffFunction · 0.65

Implementers 1

PlainCharacterCursorpackages/compiler/src/ml_parser/lexer.

Calls

no outgoing calls

Tested by

no test coverage detected