Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adithya-s-k/GitVizz
/ functions
Functions
903 in github.com/adithya-s-k/GitVizz
⨍
Functions
903
◇
Types & classes
267
↳
Endpoints
33
↓ 1 callers
Method
_determine_domain_type
Determine the primary domain/type of the repository - EXACT SAME
backend/documentation_generator/analyzers.py:165
↓ 1 callers
Function
_ego_subgraph
( full_nodes: List[Dict[str, Any]], full_edges: List[Dict[str, Any]], center_id: str, depth: i
backend/controllers/repo_controller.py:840
↓ 1 callers
Method
_error_stream
Error response for streaming
backend/utils/llm_utils.py:758
↓ 1 callers
Method
_extract_files_from_directory
Extract files from directory.
gitvizz/gitvizz/graph_generator.py:1861
↓ 1 callers
Method
_extract_files_from_zip
Extract files from ZIP archive.
gitvizz/gitvizz/graph_generator.py:1799
↓ 1 callers
Method
_extract_mermaid_diagrams
Extract Mermaid diagrams from content - EXACT SAME
backend/documentation_generator/core.py:325
↓ 1 callers
Method
_fallback_chat_processing
Fallback processing when LangGraph is not available
backend/utils/langgraph_chat_service.py:419
↓ 1 callers
Method
_fallback_streaming
Enhanced fallback streaming
backend/utils/agentic_chat_service.py:569
↓ 1 callers
Method
_generate
Non-streaming generation
backend/utils/llm_utils.py:645
↓ 1 callers
Method
_generate_ai_title_async
Generate an AI-powered title - async version
backend/documentation_generator/ai_client.py:438
↓ 1 callers
Method
_generate_page_content_async
Generate comprehensive page content using AI - async version.
backend/documentation_generator/ai_client.py:286
↓ 1 callers
Method
_generate_structure_xml_async
Generate comprehensive structure XML - FULL VERSION
backend/documentation_generator/ai_client.py:130
↓ 1 callers
Method
_generate_tool_instruction
Generate specific tool usage instructions
backend/utils/agentic_chat_service.py:202
↓ 1 callers
Function
_generate_wiki_background
Background task for wiki generation using asyncio
backend/routes/documentation_routes.py:401
↓ 1 callers
Method
_generate_wiki_structure
Generate wiki structure using AI
backend/documentation_generator/core.py:130
↓ 1 callers
Method
_get_context_id
Helper to find the ID of the function/method/class containing the ast_node.
gitvizz/gitvizz/graph_generator.py:365
↓ 1 callers
Method
_get_match_type
Determine the type of match found.
gitvizz/gitvizz/graph_search_tool.py:145
↓ 1 callers
Method
_get_module_id_from_file_path
Generates a module ID from a file path already relative to the project root. Example: src/components/Button.js -> src.components.Butt
gitvizz/gitvizz/custom_ast_parser.py:83
↓ 1 callers
Method
_get_parser
(self, file_path: str)
gitvizz/gitvizz/graph_generator.py:1248
↓ 1 callers
Method
_identify_project_type
Identifies the project type based on file structure and package.json.
gitvizz/gitvizz/graph_generator.py:1070
↓ 1 callers
Method
_is_generic_title
Check if title is generic and needs AI enhancement
backend/documentation_generator/core.py:305
↓ 1 callers
Method
_load_graph_data
Load and prepare graph data for searching.
gitvizz/gitvizz/graph_search_tool.py:43
↓ 1 callers
Method
_load_local_api_keys
Load API keys from environment variables
backend/utils/langchain_llm_service.py:73
↓ 1 callers
Method
_make_json_serializable
Convert ObjectIds and other non-serializable objects to strings
backend/tests/llm_utils/test_user_api_keys.py:525
↓ 1 callers
Method
_parse_wiki_structure
Parse AI response into WikiStructure object - EXACT SAME AS original
backend/documentation_generator/ai_client.py:467
↓ 1 callers
Method
_process_streaming_chat
Process chat with streaming using LangGraph astream_events
backend/utils/langgraph_chat_service.py:213
↓ 1 callers
Method
_render_html_graph
(self)
gitvizz/gitvizz/graph_generator.py:1379
↓ 1 callers
Method
_stream_generate
Streaming generation
backend/utils/llm_utils.py:697
↓ 1 callers
Method
_update_parsers_based_on_project_type
Updates the self.parsers mapping based on the identified project type.
gitvizz/gitvizz/graph_generator.py:1183
↓ 1 callers
Method
_validate_wiki_structure
Validate and fix common issues in parsed wiki structure
backend/documentation_generator/ai_client.py:387
↓ 1 callers
Method
_verify_anthropic_key
Verify Anthropic API key by making a simple request.
backend/utils/api_key_verifier.py:44
↓ 1 callers
Method
_verify_gemini_key
Verify Gemini API key by making a simple request.
backend/utils/api_key_verifier.py:69
↓ 1 callers
Method
_verify_groq_key
Verify Groq API key by making a simple request.
backend/utils/api_key_verifier.py:82
↓ 1 callers
Method
_verify_openai_key
Verify OpenAI API key by making a simple request.
backend/utils/api_key_verifier.py:30
↓ 1 callers
Method
analyze
Comprehensive repository analysis like the deepwiki
backend/documentation_generator/analyzers.py:10
↓ 1 callers
Function
analyzeNode
(node: HierarchyNode)
frontend/utils/hierarchy-builder.ts:266
↓ 1 callers
Function
analyzeReferences
( selectedNode: CodeReference, graphData: GraphData, maxDepth = 3, )
frontend/utils/code-analyzer.ts:230
↓ 1 callers
Function
apiKeyResponseSchemaResponseTransformer
(data: any)
frontend/api-client/transformers.gen.ts:70
↓ 1 callers
Function
applySmartFilter
* Applies smart filtering to graph data with intelligent connection remapping
frontend/utils/hierarchy-builder.ts:322
↓ 1 callers
Function
basic_examples
Basic usage examples
backend/tests/llm_utils/llm_usage_example.py:20
↓ 1 callers
Method
bfs_traversal
Breadth-first search traversal from a starting node
backend/utils/graph_utils.py:435
↓ 1 callers
Function
buildAdjacencyMap
* Builds adjacency map for efficient graph traversal
frontend/utils/hierarchy-builder.ts:403
↓ 1 callers
Function
buildChain
(nodeId: string, depth: number)
frontend/utils/code-analyzer.ts:189
↓ 1 callers
Function
buildChildren
* Recursively builds the hierarchy by finding connected nodes
frontend/utils/hierarchy-builder.ts:45
↓ 1 callers
Function
buildFilteredHierarchyTree
( selectedNode: CodeReference, graphData: GraphData, maxDepth: number = 3, filter?: NodeFilter, )
frontend/utils/hierarchy-builder.ts:284
↓ 1 callers
Function
build_folder_structure
Build a hierarchical folder structure for frontend display
backend/routes/documentation_routes.py:718
↓ 1 callers
Function
build_index
(node, prefix="", depth=0)
backend/utils/repo_utils.py:416
↓ 1 callers
Function
calculateNodeDepths
( graph: MultiDirectedGraph, rootNodeId: string, maxDepth: number, )
frontend/components/SigmaGraphInner.tsx:104
↓ 1 callers
Function
calculateNodeMetrics
( nodes: GraphNode[], edges: GraphEdge[], options: { includeConnectedFiles?: boolean; maxDepth?: number
frontend/components/ReagraphVisualization.tsx:228
↓ 1 callers
Function
cancelWikiGeneration
(token: string, task_id: string)
frontend/utils/api.ts:1324
↓ 1 callers
Function
chatSessionResponseSchemaResponseTransformer
(data: any)
frontend/api-client/transformers.gen.ts:32
↓ 1 callers
Function
chunk_documents
Chunk documents for processing
backend/documentation_generator/utils.py:118
↓ 1 callers
Method
cleanup
Clean up temporary files.
gitvizz/test/graph_generator_test.py:68
↓ 1 callers
Method
close_db
(self)
backend/utils/db.py:46
↓ 1 callers
Function
collapseAll
(tree: HierarchyTree)
frontend/utils/hierarchy-builder.ts:188
↓ 1 callers
Function
collapseNode
(node: HierarchyNode)
frontend/utils/hierarchy-builder.ts:189
↓ 1 callers
Function
collectAllDirPaths
(nodes: FileNode[])
frontend/components/structure-tab.tsx:56
↓ 1 callers
Function
collectDirPaths
(nodes: FileNode[])
frontend/components/structure-tab.tsx:424
↓ 1 callers
Function
collectDirPaths
(nodes: FileNode[])
frontend/components/CodeViewer.tsx:238
↓ 1 callers
Function
collectFilesWithExtension
(nodes: FileNode[])
frontend/components/structure-tab.tsx:377
↓ 1 callers
Function
collectVisible
(node: HierarchyNode)
frontend/utils/hierarchy-builder.ts:242
↓ 1 callers
Function
copyFolderContent
(folderNode: FileNode)
frontend/components/CodeViewer.tsx:294
↓ 1 callers
Function
countSelected
(nodes: FileNode[])
frontend/components/structure-tab.tsx:245
↓ 1 callers
Function
createApiClient
(baseUrl?: string)
frontend/utils/client-config.ts:43
↓ 1 callers
Function
createDefaultFilter
()
frontend/utils/hierarchy-builder.ts:495
↓ 1 callers
Function
createStreamingChatRequest
(request: StreamingChatRequest)
frontend/lib/streaming-chat.ts:54
↓ 1 callers
Function
create_progress_callback
Create a progress callback function for streaming updates
backend/routes/documentation_routes.py:45
↓ 1 callers
Function
create_refresh_token
(identifier: str)
backend/utils/jwt_utils.py:44
↓ 1 callers
Function
create_tokens
Create both access and refresh tokens
backend/utils/jwt_utils.py:68
↓ 1 callers
Function
deleteUserApiKey
( token: string, provider: string, keyId?: string, )
frontend/utils/api.ts:988
↓ 1 callers
Method
delete_repository_files
Delete all files for a specific repository.
backend/utils/file_utils.py:143
↓ 1 callers
Method
delete_user_api_key
Delete user's API key for a specific provider
backend/controllers/api_key_controller.py:166
↓ 1 callers
Function
demo_clean_api
Demonstrate the clean, simple API.
gitvizz/test/graph_search_tool_test.py:388
↓ 1 callers
Function
demonstrate_real_world_scenarios
Demonstrate real-world usage scenarios for the advanced tools.
gitvizz/test/advanced_tools_test.py:481
↓ 1 callers
Function
determineUsagePattern
* Determines the usage pattern description
frontend/utils/code-analyzer.ts:158
↓ 1 callers
Function
dfs
(currentPath: string[], depth: number)
frontend/utils/hierarchy-builder.ts:439
↓ 1 callers
Method
dfs_traversal
Depth-first search traversal from a starting node
backend/utils/graph_utils.py:463
↓ 1 callers
Function
download_repo
Download repository from URL or use existing one
backend/documentation_generator/utils.py:29
↓ 1 callers
Function
expandAll
(tree: HierarchyTree)
frontend/utils/hierarchy-builder.ts:206
↓ 1 callers
Function
expandToDepth
(tree: HierarchyTree, targetDepth: number)
frontend/utils/hierarchy-builder.ts:170
↓ 1 callers
Function
extractCodeContext
(code: string, lineNumber: number, contextLines = 5)
frontend/utils/code-analyzer.ts:87
↓ 1 callers
Function
fetchAndSetModels
()
frontend/app/api-keys/page.tsx:80
↓ 1 callers
Function
fetchGraph
()
frontend/components/ReagraphVisualization.tsx:977
↓ 1 callers
Function
fetchModelConfig
( provider: string, model: string, )
frontend/utils/model-config.ts:29
↓ 1 callers
Function
filterFilesBySearch
(nodes: FileNode[])
frontend/components/CodeViewer.tsx:356
↓ 1 callers
Function
filterNodes
(nodes: FileNode[])
frontend/components/structure-tab.tsx:263
↓ 1 callers
Function
findDeepConnections
(currentNodeIds: Set<string>, currentDepth: number)
frontend/utils/code-analyzer.ts:328
↓ 1 callers
Function
findFileAndParents
( nodes: FileNode[], targetPath: string, parents: string[] = [], )
frontend/components/CodeViewer.tsx:391
↓ 1 callers
Function
findFunctionScope
* Finds the function scope for a given line
frontend/utils/code-analyzer.ts:132
↓ 1 callers
Function
findNode
(nodes: FileNode[])
frontend/components/structure-tab.tsx:468
↓ 1 callers
Function
findRemappedPaths
* Finds paths through filtered nodes to create remapped connections
frontend/utils/hierarchy-builder.ts:429
↓ 1 callers
Method
find_data_flow
Trace data flow from a starting node. Args: start_node: Starting node ID end_node: Optional ending n
gitvizz/gitvizz/graph_search_tool.py:942
↓ 1 callers
Method
find_external_dependencies
Find external dependencies and third-party imports. Returns: GraphGenerator subgraph containing external depende
gitvizz/gitvizz/graph_search_tool.py:911
↓ 1 callers
Method
find_security_hotspots
Find potential security hotspots in the code. Returns: GraphGenerator subgraph containing security-sensitive cod
gitvizz/gitvizz/graph_search_tool.py:1000
↓ 1 callers
Method
find_shortest_path
Find shortest path between two nodes using BFS
backend/utils/graph_utils.py:488
↓ 1 callers
Method
find_similar_structures
Find code structures similar to a given pattern. Args: pattern_subgraph: GraphGenerator containing the pattern t
gitvizz/gitvizz/graph_search_tool.py:572
↓ 1 callers
Function
fixClientGenFile
()
frontend/scripts/fix-api-client.js:13
↓ 1 callers
Function
formatDate
(dateString?: string)
frontend/components/documentation.tsx:579
↓ 1 callers
Function
formatDate
(dateInput: string | Date)
frontend/components/IndexedRepositories.tsx:44
↓ 1 callers
Function
formatDate
(dateString: string)
frontend/app/api-keys/page.tsx:307
← previous
next →
201–300 of 903, ranked by callers