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

Method apply

tools/tslint-rules/memberNamingRule.ts:13–15  ·  view source on GitHub ↗
(sourceFile: ts.SourceFile)

Source from the content-addressed store, hash-verified

11 */
12export class Rule extends Lint.Rules.AbstractRule {
13 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
14 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
15 }
16}
17
18class Walker extends Lint.RuleWalker {

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.45

Tested by

no test coverage detected