MCPcopy Create free account
hub / github.com/angular/components / apply

Method apply

tools/tslint-rules/validateDecoratorsRule.ts:28–30  ·  view source on GitHub ↗
(sourceFile: ts.SourceFile)

Source from the content-addressed store, hash-verified

26 */
27export class Rule extends Lint.Rules.AbstractRule {
28 apply(sourceFile: ts.SourceFile) {
29 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
30 }
31}
32
33/**

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.45

Tested by

no test coverage detected