MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / generateReportKey

Function generateReportKey

api/src/services/generateReport.ts:408–410  ·  view source on GitHub ↗
(login: string, presetKey: string)

Source from the content-addressed store, hash-verified

406
407// Function to generate a hash key from commit data and preset
408function generateReportKey(login: string, presetKey: string): string {
409 return `${presetKey}:${login}`;
410}
411
412// Get report from Redis
413async function getReport(key: string): Promise<string | null> {

Callers 1

generateReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected