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

Class Comment

packages/compiler/src/ml_parser/ast.ts:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133export class Comment implements BaseNode {
134 constructor(
135 public value: string | null,
136 public sourceSpan: ParseSourceSpan,
137 ) {}
138 visit(visitor: Visitor, context: any): any {
139 return visitor.visitComment(this, context);
140 }
141}
142
143export class Block extends NodeWithI18n {
144 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…