MCPcopy Create free account

hub / github.com/Hessesian/kmp-lsp / functions

Functions3,021 in github.com/Hessesian/kmp-lsp

Functionenclosing_lambda_literal_finds_nearest_lambda
()
src/indexer/node_ext_tests.rs:157
Functionenclosing_scope_nested_braces
()
src/backend/helpers_tests.rs:164
Functionenclosing_scope_simple_function
()
src/backend/helpers_tests.rs:155
Methodend
(&self, token: &NumberOrString, message: &str)
src/backend/progress.rs:58
Functionenrich_at_line_col_fallback
()
src/indexer/resolution_tests.rs:334
Functionenrich_at_line_exact_position_match_preferred
()
src/indexer/resolution_tests.rs:659
Functionenrich_at_line_falls_back_to_line_only_match_for_completion
()
src/indexer/resolution_tests.rs:628
Functionenrich_at_line_picks_by_line
()
src/indexer/resolution_tests.rs:282
Functionenrich_at_line_returns_detail_for_completion_resolve
()
src/indexer/resolution_tests.rs:592
Functionenrich_uses_sym_doc_when_no_source_lines
()
src/indexer/resolution_tests.rs:702
Functionensure_file_data_returns_jar_file_data
()
src/indexer/jar_tests.rs:374
Methodensure_indexed
Ensures the file at `uri` is indexed, loading from disk if needed. Called on the completion hot-path before the debounced re-index finishes.
src/indexer.rs:843
Methodensure_indexed_on_demand
Trigger on-demand indexing for a file if needed (production hook). Default impl does nothing; test stubs don't need on-demand indexing. Callers that n
src/indexer/resolution.rs:126
Functionentry_is_fresh_matches_unchanged_file
()
src/indexer/sources_jar_cache_tests.rs:70
Functionentry_is_stale_after_size_change
()
src/indexer/sources_jar_cache_tests.rs:81
Functionenum_all_branches_covered_no_action
()
src/features/fill_when_tests.rs:67
Functionenum_class
()
src/parser_tests.rs:95
Functionenum_else_branch_suppresses_action
()
src/features/fill_when_tests.rs:84
Functionenum_entries
()
src/parser_tests.rs:105
Functionenum_missing_branches_offered
()
src/features/fill_when_tests.rs:42
Functionerror_has_correct_line
()
src/parser_tests.rs:679
Functionerror_message_contains_context
()
src/parser_tests.rs:651
Functionerrors_capped_at_max
()
src/parser_tests.rs:666
Functionexclude_imports_removes_import_lines
()
tests/cli_refs.rs:17
Methodexecute_command
( &self, params: ExecuteCommandParams, )
src/backend/mod.rs:148
Functionexplicit_import
(pkg: &str, name: &str)
src/indexer/infer/sig_tests.rs:640
Functionexplicit_import_reachable
()
src/indexer/infer/sig_tests.rs:710
Functionexplicit_import_wrong_name_not_reachable
()
src/indexer/infer/sig_tests.rs:787
Functionexplicit_paths_are_included
()
src/workspace/config_tests.rs:51
Functionexplicit_paths_come_first
()
src/workspace/config_tests.rs:60
Functionextension_fn_cross_file_overloaded_no_false_positive
()
src/features/call_arg_diagnostics_tests.rs:899
Functionextension_fn_cross_file_resolved
()
src/features/call_arg_diagnostics_tests.rs:860
Functionextension_fn_default_param_not_required
()
src/features/call_arg_diagnostics_tests.rs:140
Functionextension_fn_resolved_not_member
()
src/features/call_arg_diagnostics_tests.rs:798
Functionextension_fn_return_type_inference_works
()
src/resolver/tests.rs:929
Functionextension_fn_wrong_arg_count_detected
()
src/features/call_arg_diagnostics_tests.rs:827
Functionextension_overloads_collapse_to_single_entry
()
src/resolver/tests.rs:2946
Functionextension_property_receiver_indexed_in_symbol_entry
()
src/parser_tests.rs:1308
Functionextension_property_with_public_modifier_receiver
()
src/parser_tests.rs:1758
Functionextension_receiver_indexed_in_symbol_entry
()
src/parser_tests.rs:1283
Functionextension_receiver_no_receiver
()
src/parser_tests.rs:1272
Functionextension_receiver_non_fun
()
src/parser_tests.rs:1277
Functionextension_receiver_qualified
()
src/parser_tests.rs:1263
Functionextension_receiver_simple
()
src/parser_tests.rs:1250
Functionextension_receiver_with_type_params
()
src/parser_tests.rs:1255
Functionextensions_include_java
()
src/language/java_tests.rs:12
Functionextensions_include_kt_and_kts
()
src/language/kotlin_tests.rs:12
Functionextensions_include_swift
()
src/language/swift_tests.rs:12
MethodextractKdocFromSourcesJar
* Parse all `.kt` source files in the sources JAR and extract top-level KDoc * comments mapped to the immediately following declaration name.
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/SourcesKdocReader.kt:50
Functionextract_class_decl_name_variants
()
src/indexer/scope_tests.rs:436
Functionextract_collection_element_flow
()
src/resolver/tests.rs:1012
Functionextract_collection_element_list
()
src/resolver/tests.rs:996
Functionextract_collection_element_map_returns_first
()
src/resolver/tests.rs:1028
Functionextract_collection_element_mutable_list
()
src/resolver/tests.rs:1004
Functionextract_collection_element_non_collection
()
src/resolver/tests.rs:1035
Functionextract_collection_element_state_flow
()
src/resolver/tests.rs:1020
Methodextract_detail
(&self, start_line: u32, end_line: u32)
src/lines_ext.rs:60
Functionextract_detail_single_line
()
src/lines_ext_tests.rs:8
Functionextract_doc_comment_out_of_bounds_safety
()
src/indexer/doc_tests.rs:9
Functionextract_extension_receiver
(detail: &str)
src/parser.rs:1101
Functionextract_first_arg_empty_parens
()
src/indexer/infer/args_tests.rs:36
Functionextract_first_arg_generic_type
()
src/indexer/infer/args_tests.rs:27
Functionextract_first_arg_generic_type_regression
()
src/indexer/infer/args_tests.rs:220
Functionextract_first_arg_multiple_args
()
src/indexer/infer/args_tests.rs:15
Functionextract_first_arg_nested_parens
()
src/indexer/infer/args_tests.rs:21
Functionextract_first_arg_no_parens
()
src/indexer/infer/args_tests.rs:41
Functionextract_first_arg_simple
()
src/indexer/infer/args_tests.rs:10
Functionextract_first_arg_whitespace_trimmed
()
src/indexer/infer/args_tests.rs:46
Functionextract_first_arg_with_lambda_arrow
()
src/indexer/infer/args_tests.rs:211
Functionextract_named_arg_comma_separated
()
src/indexer/infer/args_tests.rs:66
Functionextract_named_arg_name_test
()
src/indexer_tests.rs:847
Functionextract_named_arg_open_paren_before_ident_rejects
()
src/indexer/infer/args_tests.rs:85
Functionextract_named_arg_operator_rejects
()
src/indexer/infer/args_tests.rs:78
Functionextract_named_arg_simple
()
src/indexer/infer/args_tests.rs:56
Functionextract_named_arg_uppercase_rejects
()
src/indexer/infer/args_tests.rs:72
Functionextract_params_regular_function_returns_params
()
src/indexer/infer/sig_tests.rs:567
Functionextract_params_zero_param_returns_some_empty
()
src/indexer/infer/sig_tests.rs:556
Functionextract_supers_annotation_same_line
()
src/resolver/tests.rs:1468
Functionextract_supers_annotation_separate_line
()
src/resolver/tests.rs:1474
Functionextract_supers_field_inject_annotation
()
src/resolver/tests.rs:1482
Functionextract_supers_multiple_annotations
()
src/resolver/tests.rs:1491
Functionextracts_java_source_and_java_test
()
src/workspace_json_tests.rs:27
Functionfield_access_rhs_not_stored_for_method_call
()
src/parser_tests.rs:1523
Functionfield_access_rhs_plain_field
()
src/parser_tests.rs:1505
Functionfield_access_rhs_preserves_generics
()
src/resolver/infer_tests.rs:128
Functionfile_changed_coalesced_per_uri
()
src/workspace/actor_tests.rs:248
Functionfile_contributions_definitions
()
src/indexer_tests.rs:1595
Functionfile_contributions_dual_qualified_keys_when_stem_differs_issue_apply
()
src/indexer/apply_tests.rs:328
Functionfile_contributions_no_stem_key_when_sym_equals_stem_issue_apply
()
src/indexer/apply_tests.rs:349
Functionfile_contributions_populates_subtypes_from_supertypes_issue_apply
()
src/indexer/apply_tests.rs:369
Functionfile_contributions_produces_definitions_issue_apply
()
src/indexer/apply_tests.rs:297
Functionfile_contributions_produces_qualified_pkg_sym_issue_apply
()
src/indexer/apply_tests.rs:313
Functionfile_contributions_qualified_both_keys
()
src/indexer_tests.rs:1613
Functionfile_contributions_qualified_stem_same_as_sym_no_alias
()
src/indexer_tests.rs:1633
Methodfile_data_for
Returns parsed file data for `uri`, or `None` if not yet indexed.
src/indexer.rs:693
Methodfile_extensions
(&self)
src/language/kotlin.rs:16
Methodfile_extensions
(&self)
src/language/swift.rs:16
Functionfile_stems_nested
()
src/resolver/tests.rs:462
Functionfile_stems_top_level
()
src/resolver/tests.rs:454
Methodfiles
(files: &'a [String])
src/rg.rs:411
← previousnext →1,701–1,800 of 3,021, ranked by callers