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

Class

tools/tslint-rules/noHostDecoratorInConcreteRule.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10class Walker extends Lint.RuleWalker {
11 override visitClassDeclaration(node: ts.ClassDeclaration) {
12 if (!node.modifiers || !this.getOptions().length) {
13 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected