MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/caretaker/check/g3.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import {BaseModule} from './base.js';
13
14export class G3Module extends BaseModule<G3StatsData | void> {
15 override async retrieveData() {
16 return await G3Stats.retrieveDiffStats(this.git, this.config);
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected