MCPcopy Create free account

hub / github.com/concensure/Semantic / functions

Functions1,359 in github.com/concensure/Semantic

↓ 3 callersFunctionoperation_category
(operation: &Operation)
retrieval/src/lib.rs:4518
↓ 3 callersMethodparse
(raw: &str)
telemetry/src/lib.rs:23
↓ 3 callersMethodparse
(raw: Option<&str>)
semantic_app/src/session.rs:42
↓ 3 callersFunctionparse_time_range
(input: &Option<String>)
semantic_app/src/actions.rs:580
↓ 3 callersFunctionpath_to_file_uri
(path: &Path)
semantic_rust/src/rust_analyzer.rs:270
↓ 3 callersMethodrecord_repo_elapsed
(&mut self, elapsed_ms: u128)
indexer/src/lib.rs:463
↓ 3 callersFunctionrefresh_and_load_events
(state: &AppState, task_id: Option<&str>)
token_tracking/src/main.rs:279
↓ 3 callersMethodreplace_file_index_with_rust_metadata
( &mut self, repo_id: i64, file: &str, language: &str, checksum: &str,
storage/src/lib.rs:290
↓ 3 callersFunctionresolve_indexed_target_alias
( indexed_files: &[String], target: &str, )
semantic_app/src/runtime.rs:576
↓ 3 callersMethodrollback
(&mut self, refactor_id: &str)
refactor_graph/src/lib.rs:279
↓ 3 callersFunctionrust_cache_put
( runtime: &AppRuntime, cache_key: &str, cache_kind: &str, value: &serde_json::Value, )
semantic_app/src/retrieve.rs:1143
↓ 3 callersFunctionrust_candidate_files
(symbols: &[RustIndexedSymbolRecord], limit: usize)
semantic_app/src/retrieve.rs:1326
↓ 3 callersFunctionrust_file_evidence_rank
( symbol: &RustIndexedSymbolRecord, hints: &RustQueryHints, file_evidence: &HashMap<String, RustFi
semantic_app/src/retrieve.rs:1566
↓ 3 callersFunctionrust_support_status
(repo_root: &Path)
semantic_app/src/runtime.rs:549
↓ 3 callersFunctionrust_symbol_matches
(symbol: &RustSymbol, query: &str)
semantic_rust/src/retrieval.rs:210
↓ 3 callersMethodsearch_symbol_by_exact_name
( &self, name: &str, limit: usize, )
storage/src/lib.rs:771
↓ 3 callersFunctionshould_skip_indexing_path
(relative_path: &str)
indexer/src/lib.rs:528
↓ 3 callersMethodstore_cached_context
(&self, key: String, value: serde_json::Value, max_entries: usize)
retrieval/src/lib.rs:3243
↓ 3 callersFunctionstrip_extension
(file: &str)
semantic_app/src/retrieve.rs:3274
↓ 3 callersFunctionsummarize_repo_source_boundary
(repo_root: &Path)
semantic_app/src/runtime.rs:613
↓ 3 callersFunctiontask_summary_metadata
( operation: &str, ok: bool, extra: impl IntoIterator<Item = (&'static str, Value)>, )
telemetry/src/lib.rs:371
↓ 3 callersMethodtopological_order
(&self)
refactor_graph/src/lib.rs:129
↓ 3 callersFunctiontrailing_average_entry
( history: &[QualityTrendEntry], window_size: usize, )
test_support/examples/export_quality_report.rs:2166
↓ 3 callersMethodworkspace_state
(&self)
semantic_app/src/runtime.rs:209
↓ 3 callersFunctionwrite_index_coverage_manifest
(repo_path: &Path, manifest: IndexCoverageManifest)
indexer/src/lib.rs:519
↓ 2 callersMethodappend_error_hints
(&self, doc: &mut SummaryDocument)
project_summariser/src/lib.rs:158
↓ 2 callersMethodapply_nodes
( &mut self, refactor_id: &str, graph: &RefactorGraph, options: &ExecutionOpti
refactor_graph/src/lib.rs:221
↓ 2 callersFunctionapply_session_context_reuse
( result: &mut serde_json::Value, session: &mut SessionContextState, )
semantic_app/src/session.rs:144
↓ 2 callersFunctionapply_unified_diff
(existing_code: &str, diff: &str)
patch_engine/src/lib.rs:203
↓ 2 callersFunctionarchitecture_entry_point_name
(file: &str)
semantic_app/src/retrieve.rs:3282
↓ 2 callersFunctionarchitecture_high_priority_summary
(modules: &[serde_json::Value])
semantic_app/src/retrieve.rs:2189
↓ 2 callersFunctionarchitecture_name
(module: &serde_json::Value)
semantic_app/src/retrieve.rs:3244
↓ 2 callersFunctionarchitecture_priority_actionability
(module: &serde_json::Value)
semantic_app/src/retrieve.rs:2283
↓ 2 callersFunctionarchitecture_priority_focus_commands
( focus_entries: &[serde_json::Value], )
semantic_app/src/retrieve.rs:2576
↓ 2 callersFunctionarchitecture_priority_focus_follow_up_operations
( focus_entries: &[serde_json::Value], )
semantic_app/src/retrieve.rs:2591
↓ 2 callersFunctionarchitecture_priority_focus_mode
(priority_modules: &[serde_json::Value])
semantic_app/src/retrieve.rs:2467
↓ 2 callersFunctionarchitecture_priority_focus_reason
( priority_modules: &[serde_json::Value], focus_mode: &str, )
semantic_app/src/retrieve.rs:2498
↓ 2 callersFunctionarchitecture_priority_focus_targets
( priority_modules: &[serde_json::Value], focus_mode: &str, )
semantic_app/src/retrieve.rs:2554
↓ 2 callersFunctionarchitecture_priority_focus_trust
(focus_entries: &[serde_json::Value])
semantic_app/src/retrieve.rs:2654
↓ 2 callersFunctionarchitecture_priority_source_modules
(modules: &[serde_json::Value])
semantic_app/src/retrieve.rs:2262
↓ 2 callersFunctionassert_symbol_span
( storage: &Storage, name: &str, symbol_type: SymbolType, file: &str,
indexer/src/lib.rs:967
↓ 2 callersFunctionassign_u128
(value: &str, out: &mut u128)
retrieval/src/lib.rs:5672
↓ 2 callersMethodbegin_refactor
(&mut self, graph: &RefactorGraph)
refactor_graph/src/lib.rs:197
↓ 2 callersFunctionbuild_exact_context_payload
( repo_root: &Path, ranges: &[ContextRange], max_chars: usize, )
retrieval/src/lib.rs:4559
↓ 2 callersMethodbuild_hint_block
Build a compact injection block for the LLM (~50–150 tokens). Returns None when there are no prior matches.
error_log/src/lib.rs:120
↓ 2 callersFunctionbuild_markdown_section
( heading: &str, lines: &[String], start_line: usize, end_line: usize, )
retrieval/src/lib.rs:6019
↓ 2 callersMethodbuild_plan
(&self, query: &str, symbols: &[String])
planner/src/lib.rs:41
↓ 2 callersMethodbuild_plan_with_modules
( &self, query: &str, symbols: &[String], symbol_to_module: &std::collections:
planner/src/lib.rs:45
↓ 2 callersFunctionbuild_stats
(records: &[PatchRecord])
patch_memory/src/lib.rs:212
↓ 2 callersFunctionbuild_todo_dev_suite
()
retrieval/src/lib.rs:4991
↓ 2 callersMethodbuild_with_options
Build with optional recurring-issues note appended (Phase D).
project_summariser/src/lib.rs:138
↓ 2 callersFunctionchecksum
(content: &str)
indexer/src/lib.rs:740
↓ 2 callersFunctionclassify_edit_type
(text: &str)
safe_edit_planner/src/lib.rs:98
↓ 2 callersMethodclear_module_graph
(&self)
storage/src/lib.rs:958
↓ 2 callersFunctioncluster_label
(node: &LogicNodeRecord)
parser/src/lib.rs:949
↓ 2 callersFunctioncollect_repo_symbols
(repo_root: &Path)
semantic_rust/src/retrieval.rs:189
↓ 2 callersFunctioncompare_reports
(baseline: &QualityReport, current: &QualityReport)
test_support/examples/export_quality_report.rs:2801
↓ 2 callersFunctioncount_result_context_refs
(result: &serde_json::Value)
semantic_app/src/route.rs:2874
↓ 2 callersMethodcount_retrieval_cache_entries
(&self, cache_kind: &str)
storage/src/lib.rs:229
↓ 2 callersFunctioncurrent_index_revision
(storage: &storage::Storage)
project_summariser/src/lib.rs:723
↓ 2 callersMethoddebug_failure
(&self, body: DebugFailureRequest)
semantic_app/src/actions.rs:146
↓ 2 callersFunctiondedup_rust_analyzer_symbols
(symbols: Vec<RustAnalyzerSymbol>)
semantic_app/src/retrieve.rs:1201
↓ 2 callersFunctiondedupe_edges
(edges: Vec<FlowEdgeRecord>)
parser/src/lib.rs:1039
↓ 2 callersMethoddelete_retrieval_cache_entry
(&self, cache_key: &str, cache_kind: &str)
storage/src/lib.rs:216
↓ 2 callersFunctionderive_modules_from_files
(files: &[String])
semantic_app/src/retrieve.rs:2833
↓ 2 callersFunctiondetect_content_kind
(file: Option<&str>, query: Option<&str>)
retrieval/src/lib.rs:5960
↓ 2 callersMethoddetect_intent
(&self, query: &str)
planner/src/lib.rs:28
↓ 2 callersFunctiondocument_symbol_search
( repo_root: &Path, relative_file: &str, )
semantic_rust/src/rust_analyzer.rs:49
↓ 2 callersMethodedit_risk_score
(&self, edit_type: EditType)
patch_memory/src/lib.rs:110
↓ 2 callersMethodemit
(&self, event: TelemetryEvent)
telemetry/src/lib.rs:191
↓ 2 callersFunctionempty_session
()
semantic_app/src/session.rs:323
↓ 2 callersFunctionenrich_dependency_targets
(repo_path: &Path, deps: &mut [engine::DependencyRecord])
indexer/src/lib.rs:746
↓ 2 callersFunctionensure_route_mutation_ready
(value: &serde_json::Value)
semantic_app/src/render.rs:651
↓ 2 callersFunctionensure_semantic_config
(repo_root: &Path)
semantic_app/src/config.rs:131
↓ 2 callersMethodensure_watcher_started
(&self)
semantic_app/src/runtime.rs:222
↓ 2 callersFunctionerror_hash
(kind: &str, normalized_message: &str)
error_log/src/lib.rs:173
↓ 2 callersFunctionextract_definition_name
(node: Node, src: &str)
parser/src/lib.rs:1074
↓ 2 callersFunctionextract_metadata
(path: &str, source: &str)
semantic_rust/src/lib.rs:23
↓ 2 callersFunctionextract_path_hint
(task: &str)
semantic_app/src/route.rs:1583
↓ 2 callersFunctionextract_quoted_string
(value: &str)
parser/src/lib.rs:526
↓ 2 callersFunctionextract_quoted_string
(value: &str)
indexer/src/lib.rs:930
↓ 2 callersMethodfetch_outline_if_contains_symbol
( &self, file: &str, target_symbol: &str, )
semantic_app/src/route.rs:963
↓ 2 callersFunctionfilter_fixture_dominant_architecture_modules_in_place
( modules: Vec<serde_json::Value>, )
semantic_app/src/retrieve.rs:3050
↓ 2 callersFunctionfilter_rust_symbols_for_qualified_query
( hints: &RustQueryHints, file_evidence: &HashMap<String, RustFileEvidence>, symbols: Vec<RustInde
semantic_app/src/retrieve.rs:1543
↓ 2 callersFunctionformat_index_recovery_delta
(value: Option<&serde_json::Value>)
semantic_app/src/render.rs:2492
↓ 2 callersFunctiongenerate_tests
( State(runtime): State<AppRuntime>, Json(body): Json<GenerateTestsRequest>, )
semantic_app/src/api_server.rs:189
↓ 2 callersMethodget_code_span
( &self, file: &str, start_line: u32, end_line: u32, )
retrieval/src/lib.rs:2055
↓ 2 callersMethodget_control_flow_hints
(&self, query: SymbolHintsQuery)
semantic_app/src/actions.rs:271
↓ 2 callersMethodget_data_flow_hints
(&self, query: SymbolHintsQuery)
semantic_app/src/actions.rs:279
↓ 2 callersMethodget_debug_graph
(&self)
semantic_app/src/actions.rs:158
↓ 2 callersMethodget_dependencies
(&self, name: &str)
retrieval/src/lib.rs:2050
↓ 2 callersMethodget_deployment_history
(&self)
semantic_app/src/actions.rs:198
↓ 2 callersMethodget_file_checksum
(&self, path: &str)
storage/src/lib.rs:940
↓ 2 callersMethodget_flow_edges
(&self, table: &str, symbol_id: i64)
storage/src/lib.rs:1409
↓ 2 callersMethodget_hybrid_ranked_context
( &self, body: crate::models::HybridContextRequest, )
semantic_app/src/actions.rs:283
↓ 2 callersMethodget_logic_clusters
(&self, symbol: &str)
retrieval/src/lib.rs:3040
↓ 2 callersMethodget_module_by_file
(&self, file_path: &str)
storage/src/lib.rs:1018
↓ 2 callersMethodget_pipeline_graph
(&self)
semantic_app/src/actions.rs:185
↓ 2 callersMethodget_symbol_brief
(&self, name: &str, preferred_file: Option<&str>)
retrieval/src/lib.rs:1912
↓ 2 callersMethodget_symbol_span
(&self, name: &str, symbol_type: SymbolType)
retrieval/src/lib.rs:2034
← previousnext →201–300 of 1,359, ranked by callers