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

Class

tools/tslint/noExportedInferredCallTypeRule.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * ```
23 */
24export class Rule extends TypedRule {
25 override applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): RuleFailure[] {
26 const checker = program.getTypeChecker();
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected