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

Method applyWithProgram

tools/tslint/noImplicitOverrideAbstractRule.ts:29–31  ·  view source on GitHub ↗
(sourceFile: ts.SourceFile, program: ts.Program)

Source from the content-addressed store, hash-verified

27 */
28export class Rule extends TypedRule {
29 override applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): RuleFailure[] {
30 return this.applyWithFunction(sourceFile, (ctx) => visitNode(sourceFile, ctx, program));
31 }
32}
33
34/**

Callers

nothing calls this directly

Calls 1

visitNodeFunction · 0.70

Tested by

no test coverage detected