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

Method retrieveData

ng-dev/caretaker/check/g3.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14export class G3Module extends BaseModule<G3StatsData | void> {
15 override async retrieveData() {
16 return await G3Stats.retrieveDiffStats(this.git, this.config);
17 }
18
19 override async printToTerminal() {
20 const stats = await this.data;

Callers 1

base.tsFile · 0.45

Calls 1

retrieveDiffStatsMethod · 0.80

Tested by

no test coverage detected