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

Method addLine

packages/compiler/src/output/source_map.ts:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 addLine(): this {
49 this.lines.push([]);
50 this.lastCol0 = 0;
51 return this;
52 }
53
54 addMapping(col0: number, sourceUrl?: string, sourceLine0?: number, sourceCol0?: number): this {
55 if (!this.currentLine) {

Callers 2

toSourceMapGeneratorMethod · 0.95
source_map_spec.tsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected