MCPcopy Create free account

hub / github.com/CodeGraphContext/CodeGraphContext / functions

Functions4,532 in github.com/CodeGraphContext/CodeGraphContext

↓ 3 callersMethodincrement
(&self)
tests/fixtures/sample_projects/sample_project_rust/src/concurrency.rs:85
↓ 3 callersMethodindexWorkspace
(path: string)
extensions/vscode/src/mcp/service.ts:275
↓ 3 callersFunctionisOk
(result: Result<T, E>)
tests/fixtures/sample_projects/sample_project_typescript/src/error-validation.ts:78
↓ 3 callersMethodis_connected
Checks if the database connection is currently active.
src/codegraphcontext/core/database_falkordb_remote.py:126
↓ 3 callersFunctionis_db_deletion_allowed
True when destructive delete/clear operations are permitted.
src/codegraphcontext/cli/config_manager.py:617
↓ 3 callersFunctionis_safe_download_url
True when *url* uses HTTPS and points to an allowed registry host.
src/codegraphcontext/utils/path_sandbox.py:71
↓ 3 callersMethodlengthBytesUTF8
(e)
website/public/wasm/tree-sitter-core.js:1
↓ 3 callersMethodlist_jobs
Returns a list of all jobs currently in the manager.
src/codegraphcontext/core/jobs.py:102
↓ 3 callersFunctionloadDynamicLibrary
(libName2, flags2 = { global: true, nodelete: true }, localScope2, handle2)
website/public/wasm/web-tree-sitter.js:2447
↓ 3 callersFunctionlookup_local_variable_type
( name: Optional[str], context: Any, line_number: Optional[int] = None,
src/codegraphcontext/tools/indexing/resolution/calls.py:2443
↓ 3 callersFunctionmake_hashable
(val)
tests/integration/test_parser_goldens.py:84
↓ 3 callersFunctionnode_color
Return the hex colour string for a given node label.
src/codegraphcontext/utils/visualize_graph.py:48
↓ 3 callersFunctionnormalize_config_path
Normalize config path values. - Expands ``~`` and environment variables. - Optionally resolves to an absolute path.
src/codegraphcontext/cli/config_manager.py:289
↓ 3 callersFunctionnormalize_full_type
(type_name: Optional[str])
src/codegraphcontext/tools/indexing/resolution/calls.py:1781
↓ 3 callersFunctionnormalize_json
Normalize JSON recursively while ignoring ordering differences. - dict keys are sorted by name - lists are normalized and then sorted by cano
scripts/compare_backend_snapshots.py:41
↓ 3 callersFunctionnormalize_labels
(labels)
tests/integration/test_parser_goldens.py:22
↓ 3 callersFunctiononFileClick
(path: string | null, targetLine?: number)
website/src/components/PRReviewer.tsx:1249
↓ 3 callersFunctiononFileClick
(path: string | null, targetLine?: number)
website/src/components/CodeGraphViewer.tsx:1170
↓ 3 callersMethodparse
(self, path: Path, is_dependency: bool = False, index_source: bool = False)
src/codegraphcontext/tools/languages/typescript.py:179
↓ 3 callersMethodparse
(self, path: Path, is_dependency: bool = False, index_source: bool = False)
src/codegraphcontext/tools/languages/lua.py:198
↓ 3 callersMethodparse
Parses a file and returns its structure in a standardized dictionary format.
src/codegraphcontext/tools/languages/python.py:127
↓ 3 callersMethodparse
Parses a file and returns its structure in a standardized dictionary format.
src/codegraphcontext/tools/languages/go.py:177
↓ 3 callersMethodparse
Parses an Elixir file and returns its structure.
src/codegraphcontext/tools/languages/elixir.py:210
↓ 3 callersFunctionparse_cgcignore_lines
Return valid ignore patterns from raw .cgcignore lines. Valid patterns are non-empty lines that do not start with '#'.
src/codegraphcontext/core/cgcignore.py:18
↓ 3 callersMethodparse_file
Parse a source file and extract code structure. Parameters ---------- repo_path : Path Path to the parent reposit
src/codegraphcontext/tools/graph_builder.py:1007
↓ 3 callersMethodrelease
()
tests/fixtures/sample_projects/sample_project_typescript/src/async-promises.ts:288
↓ 3 callersFunctionrepo_record_matches_path
True if *repo* has a resolvable path equal to *path_obj* (resolved).
src/codegraphcontext/utils/repo_path.py:16
↓ 3 callersMethodrequest
(method: string, params: Record<string, unknown>)
extensions/vscode/src/mcp/client.ts:151
↓ 3 callersFunctionresolve_context
Determine which context / DB to use. Resolution order (highest priority first): 1. --context <name> CLI flag 2. Local .codegrap
src/codegraphcontext/cli/config_manager.py:950
↓ 3 callersMethodsession
Proxy method to get a session from the underlying driver.
src/codegraphcontext/core/database_nornic.py:22
↓ 3 callersFunctionset_db_manager
(manager: DatabaseManager)
src/codegraphcontext/viz/server.py:76
↓ 3 callersFunctionsleep
()
tests/fixtures/sample_projects/sample_project_typescript/src/classes-inheritance.ts:129
↓ 3 callersFunctionsplit_named_argument
(arg: str)
src/codegraphcontext/tools/indexing/resolution/calls.py:462
↓ 3 callersMethodstop
(self)
src/codegraphcontext/core/watcher.py:387
↓ 3 callersMethodstringToUTF8
(e,t,r)
website/public/wasm/tree-sitter-core.js:1
↓ 3 callersMethodtruncate
(length: number)
tests/fixtures/sample_projects/sample_project_typescript/src/modules-namespaces.ts:185
↓ 3 callersFunctiontype_keys_for_maps
( type_name: Optional[str], local_imports: Optional[dict] = None, package_name: Option
src/codegraphcontext/tools/indexing/resolution/calls.py:1758
↓ 3 callersMethodunique
()
tests/fixtures/sample_projects/sample_project_typescript/src/modules-namespaces.ts:190
↓ 3 callersFunctionuseToast
()
website/src/hooks/use-toast.ts:166
↓ 3 callersFunctionvisualize_helper
Generates an interactive visualization using the Playground UI.
src/codegraphcontext/cli/cli_helpers.py:567
↓ 3 callersFunctionvisualize_search_results
( _results: Any, name: str, search_type: str = "name", **_: Any, )
src/codegraphcontext/cli/visualizer.py:70
↓ 3 callersMethodwrite_inheritance_links
( self, inheritance_batch: List[Dict[str, Any]], csharp_files: List[Dict[str, Any]],
src/codegraphcontext/tools/indexing/persistence/writer.py:980
↓ 2 callersMethodError
Error logs error message
tests/fixtures/sample_projects/sample_project_go/util/helpers.go:156
↓ 2 callersMethodGet
Get retrieves a value from the cache
tests/fixtures/sample_projects/sample_project_go/generics.go:229
↓ 2 callersMethodGreet
Greet is a value receiver method
tests/fixtures/sample_projects/sample_project_go/structs_methods.go:42
↓ 2 callersFunctionLog
(message?: string)
tests/fixtures/sample_projects/sample_project_typescript/src/decorators-metadata.ts:69
↓ 2 callersMethodMax
Max finds maximum value
tests/fixtures/sample_projects/sample_project_go/util/helpers.go:80
↓ 2 callersFunctionNewCustomError
NewCustomError creates a new custom error
tests/fixtures/sample_projects/sample_project_go/error_handling.go:37
↓ 2 callersMethodPerimeter
()
tests/fixtures/sample_projects/sample_project_go/interfaces.go:12
↓ 2 callersMethodSum
Sum calculates sum of integers
tests/fixtures/sample_projects/sample_project_go/util/helpers.go:63
↓ 2 callersFunctionWorker
Worker demonstrates worker pool pattern
tests/fixtures/sample_projects/sample_project_go/goroutines_channels.go:61
↓ 2 callersMethod_assignment_for_expression_list
(self, node: Any)
src/codegraphcontext/tools/languages/lua.py:49
↓ 2 callersMethod_classify_query_type
(self, query: str)
src/codegraphcontext/core/database_embedded_kuzu.py:623
↓ 2 callersMethod_collect_preceding_decorators
Collect decorator siblings immediately before a class or method node.
src/codegraphcontext/tools/languages/typescript.py:162
↓ 2 callersMethod_compdb_host_paths_to_container
Rewrite compile_commands.json so directory/file use /src paths for Docker.
src/codegraphcontext/tools/scip_indexer.py:362
↓ 2 callersFunction_configure_ide
Asks user for their IDE and configures it automatically.
src/codegraphcontext/cli/setup_wizard.py:343
↓ 2 callersMethod_enclosing_function
(self, node: Any)
src/codegraphcontext/tools/languages/elisp.py:258
↓ 2 callersMethod_enclosing_module_name
Find the enclosing module name.
src/codegraphcontext/tools/languages/elixir.py:122
↓ 2 callersFunction_extract_annotation_path
Extract the first string literal from annotation arguments, e.g. '("/api/users")' -> '/api/users'.
src/codegraphcontext/tools/languages/java.py:104
↓ 2 callersMethod_extract_call_parts
(self, node: Any)
src/codegraphcontext/tools/languages/kotlin.py:932
↓ 2 callersMethod_extract_initializer_type
(self, initializer: str)
src/codegraphcontext/tools/languages/kotlin.py:867
↓ 2 callersFunction_file_entry
(path: Path)
tests/unit/tools/test_scip_pipeline_cgcignore.py:105
↓ 2 callersMethod_find_by_name_fuzzy_portable
Fuzzy name match for backends without Lucene fuzzy syntax (Kùzu, FalkorDB, …). Compares both the raw query and its identifier-normalised form
src/codegraphcontext/tools/code_finder.py:206
↓ 2 callersMethod_find_calls
Enhanced function call detection.
src/codegraphcontext/tools/languages/c.py:620
↓ 2 callersMethod_find_classes
(self, root_node)
src/codegraphcontext/tools/languages/cpp.py:258
↓ 2 callersMethod_find_compdb
Search for compile_commands.json in common locations relative to project_path.
src/codegraphcontext/tools/scip_indexer.py:304
↓ 2 callersMethod_find_containing_type
Find the containing class, struct, interface, or record for a given node.
src/codegraphcontext/tools/languages/csharp.py:452
↓ 2 callersMethod_find_functions
(self, root_node: Any)
src/codegraphcontext/tools/languages/c.py:310
↓ 2 callersMethod_find_functions
( self, root_node: Any, is_dependency: bool )
src/codegraphcontext/tools/languages/elisp.py:398
↓ 2 callersMethod_find_functions
(self, root_node)
src/codegraphcontext/tools/languages/go.py:211
↓ 2 callersMethod_find_imports
(self, root_node: Any)
src/codegraphcontext/tools/languages/c.py:599
↓ 2 callersMethod_find_imports
( self, root_node: Any, is_dependency: bool )
src/codegraphcontext/tools/languages/elisp.py:545
↓ 2 callersMethod_find_interfaces
(self, root_node)
src/codegraphcontext/tools/languages/go.py:447
↓ 2 callersMethod_find_type_aliases
(self, root_node)
src/codegraphcontext/tools/languages/typescript.py:381
↓ 2 callersMethod_find_type_declaration_for_name
(self, name_node)
src/codegraphcontext/tools/languages/go.py:494
↓ 2 callersMethod_find_variables
Enhanced variable declaration detection.
src/codegraphcontext/tools/languages/c.py:656
↓ 2 callersMethod_find_variables
( self, root_node: Any, is_dependency: bool )
src/codegraphcontext/tools/languages/elisp.py:443
↓ 2 callersMethod_form_arguments
(self, node: Any)
src/codegraphcontext/tools/languages/elisp.py:139
↓ 2 callersMethod_function_identity
(self, func_node: Any)
src/codegraphcontext/tools/languages/lua.py:114
↓ 2 callersMethod_function_identity
( self, node: Any )
src/codegraphcontext/tools/languages/elisp.py:163
↓ 2 callersMethod_generic_type_args
(self, type_name: Optional[str])
src/codegraphcontext/tools/languages/kotlin.py:337
↓ 2 callersFunction_get_config_value
Helper to get config value with fallback
src/codegraphcontext/utils/debug_log.py:18
↓ 2 callersMethod_get_docstring
Extract comments as documentation.
src/codegraphcontext/tools/languages/c.py:229
↓ 2 callersMethod_get_docstring
Extract comments as docstrings for Ruby constructs.
src/codegraphcontext/tools/languages/ruby.py:171
↓ 2 callersFunction_get_eid
(element)
src/codegraphcontext/viz/server.py:80
↓ 2 callersFunction_get_embedder
Return the appropriate embedder based on CGC_EMBEDDING_MODEL env var.
src/codegraphcontext/tools/indexing/embeddings.py:124
↓ 2 callersMethod_get_id_function
Get the appropriate ID function based on the database backend. Returns: str: 'elementId' for Neo4j, 'id' for Fal
src/codegraphcontext/core/cgc_bundle.py:67
↓ 2 callersMethod_get_parent_context
( self, node: Any, types: Tuple[str, ...] = ("function", "bind", "class", "data_type",
src/codegraphcontext/tools/languages/haskell.py:59
↓ 2 callersMethod_get_parent_context
(self, node, types=('subroutine_declaration_statement', 'package_statement'))
src/codegraphcontext/tools/languages/perl.py:61
↓ 2 callersMethod_get_parent_context
(self, node, types=('function_declaration', 'method_declaration', 'type_declaration'))
src/codegraphcontext/tools/languages/go.py:88
↓ 2 callersMethod_initial_scan
(self)
src/codegraphcontext/core/watcher.py:123
↓ 2 callersMethod_initialize_schema
Creates Node and Rel tables if they don't exist.
src/codegraphcontext/core/database_embedded_kuzu.py:159
↓ 2 callersMethod_initializer_candidate_names
(self, initializer: Optional[str])
src/codegraphcontext/tools/languages/kotlin.py:780
↓ 2 callersFunction_is_falkordb_available
Check if FalkorDB Lite is installed (Unix only).
src/codegraphcontext/core/__init__.py:75
↓ 2 callersFunction_is_kuzu_available
Check if configured backend is KuzuDB.
tests/test_issue_806_fix.py:27
↓ 2 callersFunction_is_primitive
(v)
src/codegraphcontext/tools/indexing/sanitize.py:22
↓ 2 callersMethod_is_supported_code_file
(self, path: str | Path)
src/codegraphcontext/core/watcher.py:105
↓ 2 callersMethod_iter_supported_files
(self)
src/codegraphcontext/core/watcher.py:113
↓ 2 callersMethod_last_identifier_in
Return the deepest-last identifier under node.
src/codegraphcontext/tools/languages/dart.py:143
↓ 2 callersFunction_load_tree_sitter_dependencies
Load optional tree-sitter dependencies only when parsing is used.
src/codegraphcontext/utils/tree_sitter_manager.py:46
← previousnext →401–500 of 4,532, ranked by callers