MCPcopy
hub / github.com/getsentry/sentry / Metadata

Interface Metadata

scripts/analyze-styled.ts:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69// Metadata collection interfaces
70interface Metadata {
71 analyzedFiles: number;
72 gitBranch: string | null;
73 gitCommit: string | null;
74 searchDirectory: string;
75 timestamp: string;
76 totalFiles: number;
77}
78
79// Metadata collection functions
80function getGitInfo(): {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected