Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TtTRz/graphify-rs
/ functions
Functions
909 in github.com/TtTRz/graphify-rs
⨍
Functions
909
◇
Types & classes
68
Function
case_insensitive
()
src/main.rs:1007
Function
case_insensitive
()
crates/graphify-detect/src/sensitive.rs:187
Function
cjk_identifiers_preserved
()
crates/graphify-core/src/id.rs:88
Function
classify_code_extensions
()
crates/graphify-detect/src/classify.rs:143
Function
classify_doc_extensions
()
crates/graphify-detect/src/classify.rs:158
Function
classify_image_extensions
()
crates/graphify-detect/src/classify.rs:170
Function
classify_image_inside_xcassets
()
crates/graphify-detect/src/classify.rs:205
Function
classify_office_extensions
()
crates/graphify-detect/src/classify.rs:182
Function
classify_pdf_default
()
crates/graphify-detect/src/classify.rs:194
Function
classify_pdf_inside_xcassets
()
crates/graphify-detect/src/classify.rs:199
Function
classify_unknown_extension
()
crates/graphify-detect/src/classify.rs:211
Function
clear_cache
Remove all cached files from the default cache directory.
crates/graphify-cache/src/lib.rs:118
Function
cluster_empty_graph
()
crates/graphify-cluster/src/lib.rs:771
Function
cluster_graph_mutates_communities
()
crates/graphify-cluster/src/lib.rs:855
Function
cluster_incremental
Incrementally re-cluster only the communities affected by changed files. Instead of re-running Leiden on the entire graph, this: 1. Identifies nodes
crates/graphify-cluster/src/lib.rs:618
Function
cluster_no_edges
()
crates/graphify-cluster/src/lib.rs:778
Function
cluster_single_clique
()
crates/graphify-cluster/src/lib.rs:788
Function
cluster_two_cliques
()
crates/graphify-cluster/src/lib.rs:797
Function
cohesion_score_complete_graph
()
crates/graphify-cluster/src/lib.rs:824
Function
cohesion_score_no_edges
()
crates/graphify-cluster/src/lib.rs:831
Function
cohesion_score_partial
()
crates/graphify-cluster/src/lib.rs:838
Function
cohesion_score_single_node
()
crates/graphify-cluster/src/lib.rs:817
Function
community_bridges_empty_when_single_community
()
crates/graphify-analyze/src/tests.rs:342
Function
community_bridges_finds_cross_community_nodes
()
crates/graphify-analyze/src/tests.rs:302
Function
community_info_roundtrip
()
crates/graphify-core/src/model.rs:303
Function
compute_embeddings_produces_correct_dims
()
crates/graphify-analyze/src/embedding.rs:241
Function
config_for_language
Return the [`LanguageConfig`] for the given language name.
crates/graphify-extract/src/lang_config.rs:435
Function
consecutive_separators_collapsed
()
crates/graphify-core/src/id.rs:78
Function
count_words_basic
()
crates/graphify-detect/src/lib.rs:497
Function
count_words_returns_zero_for_missing
()
crates/graphify-detect/src/lib.rs:505
Function
cpp_extracts_class_and_namespace
()
crates/graphify-extract/tests/ast_extract.rs:296
Function
cross_community_edge_is_surprising
()
crates/graphify-analyze/src/tests.rs:134
Function
cross_file_calls_derived_from_uses_edges
()
crates/graphify-extract/src/tests.rs:892
Function
cross_file_calls_no_duplicate_with_existing
()
crates/graphify-extract/src/tests.rs:960
Function
cross_file_calls_no_edges_without_uses
()
crates/graphify-extract/src/tests.rs:1000
Function
cross_file_calls_skips_non_function_source
()
crates/graphify-extract/src/tests.rs:929
Function
cross_file_no_duplicate_edges
()
crates/graphify-extract/src/tests.rs:296
Function
cross_file_unresolved_import_creates_no_edges
()
crates/graphify-extract/src/tests.rs:332
Function
csharp_extracts_class_and_methods
()
crates/graphify-extract/tests/ast_extract.rs:318
Function
csharp_infers_calls
()
crates/graphify-extract/tests/ast_extract.rs:358
Function
csharp_using_creates_uses_edges
()
crates/graphify-extract/src/tests.rs:456
Function
cypher_escape
(s: &str)
crates/graphify-export/src/cypher.rs:116
Function
cypher_escape_newlines
()
crates/graphify-export/src/cypher.rs:227
Function
cypher_escape_quotes
()
crates/graphify-export/src/cypher.rs:222
Function
dangling_edges_skipped
()
crates/graphify-build/src/lib.rs:120
Function
dart_import_creates_uses_edges
()
crates/graphify-extract/src/tests.rs:552
Function
dart_resolver_handles_deferred_import
()
crates/graphify-extract/src/tests.rs:865
Function
dart_resolver_handles_part_directive
()
crates/graphify-extract/src/tests.rs:879
Function
dart_resolver_handles_relative_import
()
crates/graphify-extract/src/tests.rs:854
Function
date_to_age_computes_correctly
()
crates/graphify-analyze/src/temporal.rs:162
Function
date_to_age_invalid_returns_1
()
crates/graphify-analyze/src/temporal.rs:172
Function
days_since_epoch_consistent
()
crates/graphify-analyze/src/temporal.rs:177
Function
dedup_empty_is_noop
()
crates/graphify-extract/src/dedup.rs:129
Function
dedup_no_duplicates_is_noop
()
crates/graphify-extract/src/dedup.rs:117
Function
dedup_preserves_first_occurrence
()
crates/graphify-extract/src/dedup.rs:100
Function
dedup_removes_duplicate_edges
()
crates/graphify-extract/src/dedup.rs:84
Function
dedup_removes_duplicate_nodes
()
crates/graphify-extract/src/dedup.rs:71
Function
dedup_results_merges_and_deduplicates
()
crates/graphify-extract/src/dedup.rs:137
Method
default
()
crates/graphify-core/src/graph.rs:25
Function
default_confidence_score
()
crates/graphify-core/src/model.rs:68
Function
default_entity_type
()
crates/graphify-extract/src/semantic/mod.rs:39
Function
default_impl
()
crates/graphify-core/src/graph.rs:349
Function
default_is_extracted
()
crates/graphify-core/src/confidence.rs:71
Function
default_relation
()
crates/graphify-extract/src/semantic/mod.rs:51
Function
default_scores
()
crates/graphify-core/src/confidence.rs:64
Function
default_weight
()
crates/graphify-core/src/model.rs:72
Function
deserialize_from_screaming_snake
()
crates/graphify-core/src/confidence.rs:58
Function
detect_cycles_empty_graph
()
crates/graphify-analyze/src/tests.rs:417
Function
detect_cycles_finds_triangle
()
crates/graphify-analyze/src/tests.rs:401
Function
detect_cycles_no_cycles
()
crates/graphify-analyze/src/tests.rs:391
Function
detect_incremental_filters_known
()
crates/graphify-detect/src/lib.rs:451
Function
detect_walks_tree
()
crates/graphify-detect/src/lib.rs:375
Function
detect_with_graphifyignore
()
crates/graphify-detect/src/lib.rs:432
Function
dispatch_table_covers_all_languages
()
crates/graphify-extract/src/tests.rs:5
Function
dot_resolver_handles_csharp_alias
()
crates/graphify-extract/src/tests.rs:839
Function
dot_resolver_handles_static_import
()
crates/graphify-extract/src/tests.rs:824
Function
duplicate_node_display
()
crates/graphify-core/src/error.rs:55
Function
duplicate_node_error
()
crates/graphify-core/src/graph.rs:287
Function
duplicate_nodes_first_wins
()
crates/graphify-build/src/lib.rs:153
Function
edge
(src: &str, tgt: &str, rel: &str)
crates/graphify-extract/src/dedup.rs:55
Function
edge_defaults
()
crates/graphify-core/src/model.rs:263
Function
edge_missing_node
()
crates/graphify-core/src/graph.rs:308
Function
edge_roundtrip
()
crates/graphify-core/src/model.rs:277
Function
elixir_extracts_module_and_functions
()
crates/graphify-extract/tests/ast_extract.rs:594
Function
empty_graph_embeddings
()
crates/graphify-analyze/src/embedding.rs:259
Function
empty_graph_json
()
crates/graphify-core/src/graph.rs:335
Function
empty_patterns_never_ignored
()
crates/graphify-detect/src/ignore.rs:168
Function
error_display
()
crates/graphify-core/src/error.rs:34
Function
error_from_io
()
crates/graphify-core/src/error.rs:48
Function
error_from_serde
()
crates/graphify-core/src/error.rs:40
Function
escape_html
(s: &str)
crates/graphify-export/src/html_templates.rs:9
Function
escape_html_special_chars
()
crates/graphify-export/src/html.rs:723
Function
escape_js_special_chars
()
crates/graphify-export/src/html.rs:717
Function
export_cypher_creates_file
()
crates/graphify-export/src/cypher.rs:170
Function
export_graphml_creates_valid_xml
()
crates/graphify-export/src/graphml.rs:179
Function
export_html_creates_file
()
crates/graphify-export/src/html.rs:699
Function
export_html_respects_max_nodes
()
crates/graphify-export/src/html.rs:803
Function
export_html_split_creates_files
()
crates/graphify-export/src/html.rs:772
Function
export_json_creates_file
()
crates/graphify-export/src/json.rs:71
Function
export_obsidian_creates_files
()
crates/graphify-export/src/obsidian.rs:180
← previous
next →
401–500 of 909, ranked by callers