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

Method apply

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

Source from the content-addressed store, hash-verified

13 */
14export class Rule extends Lint.Rules.AbstractRule {
15 apply(sourceFile: ts.SourceFile) {
16 return this.applyWithWalker(new NoExposedTodoWalker(sourceFile, this.getOptions()));
17 }
18}
19
20class NoExposedTodoWalker extends Lint.RuleWalker {

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.45

Tested by

no test coverage detected