Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antarixxx/gitsummarize
/ functions
Functions
124 in github.com/antarixxx/gitsummarize
⨍
Functions
124
◇
Types & classes
29
↳
Endpoints
3
Method
__init__
(self, token: str)
backend/src/gitsummarize/clients/github.py:26
Method
__init__
(self, api_key: str)
backend/src/gitsummarize/clients/openai.py:16
Function
cacheDiagramAndExplanation
( username: string, repo: string, diagram: string, explanation: string, usedOwnKey = false, )
frontend/src/app/_actions/cache.ts:42
Function
getCachedDiagram
(username: string, repo: string)
frontend/src/app/_actions/cache.ts:8
Function
getCachedExplanation
(username: string, repo: string)
frontend/src/app/_actions/cache.ts:25
Function
getDiagramStats
()
frontend/src/app/_actions/cache.ts:73
Function
getLastGeneratedDate
(username: string, repo: string)
frontend/src/app/_actions/repo.ts:7
Method
get_business_summary
( self, directory_structure: str, codebase: str )
backend/src/gitsummarize/clients/google_genai.py:18
Method
get_business_summary
(self, prompt: str)
backend/src/gitsummarize/clients/ai_client_abc.py:6
Method
get_technical_documentation
( self, directory_structure: str, codebase: str )
backend/src/gitsummarize/clients/google_genai.py:51
Method
get_technical_documentation
(self, prompt: str)
backend/src/gitsummarize/clients/ai_client_abc.py:10
Function
handleApiKeySubmit
(apiKey: string)
frontend/src/components/header.tsx:25
Function
handleClear
()
frontend/src/components/api-key-dialog.tsx:31
Function
handleClear
()
frontend/src/components/private-repos-dialog.tsx:35
Function
handleClick
()
frontend/src/components/copy-button.tsx:18
Function
handleSubmit
(e: React.FormEvent)
frontend/src/components/api-key-dialog.tsx:25
Function
handleSubmit
(e: React.FormEvent)
frontend/src/components/main-card.tsx:66
Function
handleSubmit
(e: React.FormEvent)
frontend/src/components/private-repos-dialog.tsx:29
Function
repo_metadata_cron
(_: str = Depends(verify_token))
backend/app.py:73
Function
rewrites
()
frontend/next.config.js:26
Function
summarize
(request: SummarizeRequest, _: str = Depends(verify_token))
backend/app.py:40
Function
summarize_store_local
( request: SummarizeRequest, _: str = Depends(verify_token) )
backend/app.py:84
Function
toggleTheme
()
frontend/src/app/[username]/[repo]/page.tsx:1267
Function
verify_token
(credentials: HTTPAuthorizationCredentials = Security(security_scheme))
backend/src/gitsummarize/auth/auth.py:12
← previous
101–124 of 124, ranked by callers