MCPcopy Create free account

hub / github.com/concensure/Semantic / functions

Functions1,359 in github.com/concensure/Semantic

↓ 1,136 callersMethodget
(&self, key: &str)
ast_cache/src/lib.rs:11
↓ 83 callersMethodretrieval
(&self)
semantic_app/src/runtime.rs:197
↓ 64 callersMethodindex_file
(&mut self, repo_path: &Path, relative_file: &str)
indexer/src/lib.rs:296
↓ 58 callersMethodmanifest
(&self)
test_support/src/lib.rs:367
↓ 58 callersMethodroute
(&self, task: LLMTask)
llm_router/src/lib.rs:139
↓ 53 callersMethodhandle
(&self, request: RetrievalRequest)
retrieval/src/lib.rs:268
↓ 47 callersMethodindex_repo
(&mut self, repo_path: &Path)
indexer/src/lib.rs:244
↓ 47 callersFunctionmatch_rate
(total: usize, matched: usize)
test_support/src/lib.rs:815
↓ 44 callersFunctionmaterialize_quality_fixture
(name: &str)
test_support/src/lib.rs:372
↓ 44 callersMethodrepo_root
(&self)
semantic_app/src/runtime.rs:193
↓ 38 callersFunctionfixture_runtime_for
(name: &str)
semantic_app/src/route.rs:3152
↓ 37 callersMethodrepo_root
(&self)
retrieval/src/lib.rs:185
↓ 33 callersMethodget_symbol_dependencies
(&self, symbol_id: i64)
storage/src/lib.rs:1196
↓ 31 callersMethodlist_files
(&self)
storage/src/lib.rs:933
↓ 28 callersFunctionrun_route_case
(runtime: &AppRuntime, case: &RouteCase)
semantic_app/src/route.rs:3597
↓ 27 callersFunctionopen_indexer
(tmp: &tempfile::TempDir)
indexer/src/lib.rs:960
↓ 27 callersMethodwith_storage
Run a closure with a reference to the internal storage.
retrieval/src/lib.rs:210
↓ 26 callersFunctioncompare_non_decreasing_metric
( failures: &mut Vec<String>, fixture: &str, section: &str, metric: &str, baseline: f64,
test_support/examples/export_quality_report.rs:3319
↓ 26 callersMethoddelete_file
(&mut self, relative_file: &str)
indexer/src/lib.rs:386
↓ 26 callersFunctionwrap_result
(result: anyhow::Result<serde_json::Value>)
semantic_app/src/actions.rs:605
↓ 25 callersMethodhandle_autoroute
(&self, body: IdeAutoRouteRequest)
semantic_app/src/route.rs:20
↓ 24 callersFunctionfixture_service_for
(name: &str)
retrieval/src/lib.rs:6090
↓ 22 callersMethodget_symbol_any
(&self, name: &str)
storage/src/lib.rs:831
↓ 22 callersMethodindexer
(&self)
semantic_app/src/runtime.rs:201
↓ 22 callersMethodsearch_symbol_by_name
(&self, name: &str, limit: usize)
storage/src/lib.rs:746
↓ 22 callersFunctiontext_output
(value: &serde_json::Value, verbose: bool)
semantic_app/src/render.rs:694
↓ 21 callersMethodget_symbol_exact
( &self, name: &str, symbol_type: SymbolType, )
storage/src/lib.rs:802
↓ 21 callersMethodhandle_retrieve
(&self, body: RetrieveRequestBody)
semantic_app/src/retrieve.rs:35
↓ 20 callersFunctionassert_retrieval_case
(result: &serde_json::Value, case: &RetrievalCase)
retrieval/src/lib.rs:6179
↓ 19 callersFunctionassert_route_case
(value: &serde_json::Value, case: &RouteCase)
semantic_app/src/route.rs:3616
↓ 18 callersFunctionaverage_f64_slice
(values: Vec<f64>)
test_support/examples/export_quality_report.rs:349
↓ 18 callersFunctionrun_manifest_retrieval_case
( service: &RetrievalService, case: &RetrievalCase, )
retrieval/src/lib.rs:6153
↓ 16 callersMethodget_symbol_callers
(&self, symbol_id: i64)
storage/src/lib.rs:1238
↓ 16 callersMethodreplace_file_index
( &mut self, repo_id: i64, file: &str, language: &str, checksum: &str,
storage/src/lib.rs:260
↓ 14 callersMethodlist_symbols
(&self)
storage/src/lib.rs:605
↓ 14 callersFunctionprovisional_node_id
(symbol_id: i64, node: &LogicNodeRecord)
parser/src/lib.rs:1033
↓ 13 callersFunctionestimate_tokens
(text: &str)
retrieval/src/lib.rs:4511
↓ 12 callersFunctionbuild_verification_summary
( intent: &str, result: &serde_json::Value, selected_tool: &str, context_refs_count: usize,
semantic_app/src/route.rs:2267
↓ 12 callersFunctionevaluate_mutation_check
( name: &str, value: Option<bool>, passed_checks: &mut Vec<String>, failed_checks: &mut Vec<St
semantic_app/src/route.rs:2837
↓ 12 callersFunctionparse_bool
(raw: &str, default: bool)
semantic_app/src/config.rs:230
↓ 11 callersMethodfile_outline
(&self, file: &str)
storage/src/lib.rs:909
↓ 11 callersMethodindex_paths
(&mut self, repo_path: &Path, relative_paths: &[String])
indexer/src/lib.rs:300
↓ 10 callersFunctionassign_usize
(value: &str, out: &mut usize)
retrieval/src/lib.rs:5666
↓ 10 callersMethodparse
(&mut self, path: &str, content: &str)
parser/src/lib.rs:93
↓ 10 callersFunctionread_span
( repo_root: &Path, relative_file: &str, start_line: u32, end_line: u32, )
retrieval/src/lib.rs:5732
↓ 10 callersFunctionstr_to_symbol_type
(value: &str)
storage/src/lib.rs:1520
↓ 9 callersMethodappend
(&self, entry: &KnowledgeEntry)
knowledge_graph/src/lib.rs:34
↓ 9 callersMethodget_dependencies
(&self, caller: &str)
storage/src/lib.rs:1157
↓ 9 callersMethodlist_records
(&self, filter: &PatchQuery)
patch_memory/src/lib.rs:74
↓ 8 callersFunctioncompare_tolerated_increase
( failures: &mut Vec<String>, fixture: &str, section: &str, metric: &str, baseline: f64,
test_support/examples/export_quality_report.rs:3390
↓ 8 callersFunctionensure_file
(path: &Path, contents: &str)
semantic_app/src/config.rs:173
↓ 8 callersMethodevent
( &self, scope: Option<&TaskScope>, event_type: &str, component: &str,
telemetry/src/lib.rs:222
↓ 8 callersMethodlist_modules
(&self)
storage/src/lib.rs:989
↓ 8 callersFunctionpush_metric_improvement
( improvements: &mut Vec<String>, fixture: &str, section: &str, metric: &str, baseline: f6
test_support/examples/export_quality_report.rs:2468
↓ 8 callersMethodsanitize_metadata
(&self, metadata: Value)
telemetry/src/lib.rs:256
↓ 7 callersFunctioncurrent_index_revision
(repo_root: &Path)
retrieval/src/lib.rs:5528
↓ 7 callersFunctionemit_current
(builder: F)
telemetry/src/lib.rs:268
↓ 7 callersMethodget_logic_nodes
(&self, symbol_name: &str)
retrieval/src/lib.rs:2070
↓ 7 callersFunctiongraph_drift_score
(latest: &QualityTrendEntry, trailing: &QualityTrendEntry)
test_support/examples/export_quality_report.rs:760
↓ 7 callersFunctionissue
( repository: &str, file_path: &str, symbol: Option<String>, issue_type: IssueType, severi
code_health/src/lib.rs:210
↓ 7 callersMethodlist_named_module_dependencies
(&self)
storage/src/lib.rs:1054
↓ 7 callersFunctionsort_logic_nodes
(nodes: &mut [LogicNodeRecord])
retrieval/src/lib.rs:3918
↓ 6 callersFunctioncompute_index_coverage
( indexed_files: &[String], file_hint: Option<&str>, path_hint: Option<&str>, )
semantic_app/src/retrieve.rs:3349
↓ 6 callersMethodget_dependency_neighbors
( &self, symbol_id: i64, radius: usize, )
storage/src/lib.rs:1284
↓ 6 callersMethodindex_revision
(&self)
retrieval/src/lib.rs:193
↓ 6 callersMethodlist_all_dependencies
(&self)
storage/src/lib.rs:1176
↓ 6 callersMethodlist_module_files
(&self, module_id: i64)
storage/src/lib.rs:1004
↓ 6 callersFunctionnode_text
(node: Node<'a>, source: &'a str)
semantic_rust/src/extractor.rs:377
↓ 6 callersFunctionparse_rust_query_hints
(query: &str)
semantic_app/src/retrieve.rs:1295
↓ 6 callersMethodstatus_json
(&self)
semantic_app/src/runtime.rs:310
↓ 5 callersFunctionclamp_tokens_for_operation
(repo_root: &Path, operation_kind: &str, requested: usize)
retrieval/src/lib.rs:5596
↓ 5 callersFunctionclean_type_name
(value: &str)
semantic_rust/src/extractor.rs:366
↓ 5 callersMethodclear_retrieval_cache
(&self)
storage/src/lib.rs:224
↓ 5 callersFunctionextract_symbols
( path: &str, source: &str, )
semantic_rust/src/extractor.rs:48
↓ 5 callersFunctionfixture_runtime
()
semantic_app/src/route.rs:3138
↓ 5 callersMethodget_file_brief
(&self, file: &str)
retrieval/src/lib.rs:1852
↓ 5 callersMethodget_planned_context
( &self, query: &str, max_tokens: usize, single_file_fast_path: bool,
retrieval/src/lib.rs:2288
↓ 5 callersMethodget_symbol_by_id
(&self, symbol_id: i64)
storage/src/lib.rs:885
↓ 5 callersFunctionleading_graph_drift_from_entry
(entry: &QualityTrendEntry)
test_support/examples/export_quality_report.rs:974
↓ 5 callersFunctionleading_mutation_scope_failure
(summary: &RouteQualitySummary)
test_support/examples/export_quality_report.rs:3334
↓ 5 callersFunctionload_retrieval_policy
(repo_root: &Path)
retrieval/src/lib.rs:5554
↓ 5 callersMethodmiddleware
(&self)
semantic_app/src/runtime.rs:205
↓ 5 callersFunctionnode_name
(node: Node<'_>, source: &str)
semantic_rust/src/extractor.rs:330
↓ 5 callersFunctionnormalize_query_tokens
(input: &str)
retrieval/src/lib.rs:4681
↓ 5 callersFunctionnow_ts
()
organization_planner/src/lib.rs:426
↓ 5 callersMethodpersist_perf_stats
(&self, repo_path: &Path)
indexer/src/lib.rs:475
↓ 5 callersFunctionprint_output
(value: &serde_json::Value, output: &OutputArgs)
semantic_app/src/render.rs:592
↓ 5 callersMethodrebuild_module_graph
(&mut self)
indexer/src/lib.rs:396
↓ 5 callersMethodrefresh_symbol_index
(&self)
storage/src/lib.rs:1498
↓ 5 callersFunctionserve
(runtime: AppRuntime, addr: SocketAddr)
semantic_app/src/api_server.rs:63
↓ 5 callersMethodsimple_result
( &self, operation: &str, result: Result<serde_json::Value>, )
semantic_app/src/retrieve.rs:613
↓ 5 callersFunctionsort_symbols
(symbols: &mut [SymbolRecord])
retrieval/src/lib.rs:3681
↓ 5 callersMethodstatus
(repo_root: &Path)
refactor_graph/src/lib.rs:298
↓ 5 callersMethodstorage_ref
(&self)
retrieval/src/lib.rs:189
↓ 5 callersMethodupsert_file
(&self, path: &str, language: &str, checksum: &str)
storage/src/lib.rs:155
↓ 5 callersMethodupsert_retrieval_cache_entry
(&self, entry: &RetrievalCacheEntry)
storage/src/lib.rs:168
↓ 5 callersFunctionweighted_route_metric_average
( summaries: &[&RouteQualitySummary], metric: F, weight: W, )
test_support/examples/export_quality_report.rs:357
↓ 4 callersFunctionappend_hotspot_deltas
( changes: &mut Vec<String>, label: &str, baseline_rows: &[WorstCaseRow], current_rows: &[Wors
test_support/examples/export_quality_report.rs:2692
↓ 4 callersMethodappend_record
(&self, record: &PatchRecord)
patch_memory/src/lib.rs:63
↓ 4 callersFunctionappend_worst_case_section
(lines: &mut Vec<String>, title: &str, rows: &[WorstCaseRow])
test_support/examples/export_quality_report.rs:2785
next →1–100 of 1,359, ranked by callers