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