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

Class

tools/tslint-rules/lifecycleHookInterfaceRule.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25class Walker extends Lint.RuleWalker {
26 override visitClassDeclaration(node: ts.ClassDeclaration) {
27 for (const member of node.members) {
28 if (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected