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

Method toAbsolute

packages/compiler/src/expression_parser/ast.ts:17–19  ·  view source on GitHub ↗
(absoluteOffset: number)

Source from the content-addressed store, hash-verified

15 public end: number,
16 ) {}
17 toAbsolute(absoluteOffset: number): AbsoluteSourceSpan {
18 return new AbsoluteSourceSpan(absoluteOffset + this.start, absoluteOffset + this.end);
19 }
20}
21
22export abstract class AST {

Callers 5

wrapLiteralPrimitiveMethod · 0.95
sourceSpanMethod · 0.80
parsePipeMethod · 0.80
parseCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected