MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / GitHubMetrics

Interface GitHubMetrics

types/github.ts:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192export interface GitHubMetrics {
193 prs_merged: number;
194 prs_open: number;
195 total_contributions: number;
196 issues_opened: number;
197 issues_closed: number;
198}
199
200export interface NormalizedProfile {
201 username: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected