Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hessesian/kmp-lsp
/ functions
Functions
3,021 in github.com/Hessesian/kmp-lsp
⨍
Functions
3,021
◇
Types & classes
179
Function
enclosing_lambda_literal_finds_nearest_lambda
()
src/indexer/node_ext_tests.rs:157
Function
enclosing_scope_nested_braces
()
src/backend/helpers_tests.rs:164
Function
enclosing_scope_simple_function
()
src/backend/helpers_tests.rs:155
Method
end
(&self, token: &NumberOrString, message: &str)
src/backend/progress.rs:58
Function
enrich_at_line_col_fallback
()
src/indexer/resolution_tests.rs:334
Function
enrich_at_line_exact_position_match_preferred
()
src/indexer/resolution_tests.rs:659
Function
enrich_at_line_falls_back_to_line_only_match_for_completion
()
src/indexer/resolution_tests.rs:628
Function
enrich_at_line_picks_by_line
()
src/indexer/resolution_tests.rs:282
Function
enrich_at_line_returns_detail_for_completion_resolve
()
src/indexer/resolution_tests.rs:592
Function
enrich_uses_sym_doc_when_no_source_lines
()
src/indexer/resolution_tests.rs:702
Function
ensure_file_data_returns_jar_file_data
()
src/indexer/jar_tests.rs:374
Method
ensure_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
Method
ensure_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
Function
entry_is_fresh_matches_unchanged_file
()
src/indexer/sources_jar_cache_tests.rs:70
Function
entry_is_stale_after_size_change
()
src/indexer/sources_jar_cache_tests.rs:81
Function
enum_all_branches_covered_no_action
()
src/features/fill_when_tests.rs:67
Function
enum_class
()
src/parser_tests.rs:95
Function
enum_else_branch_suppresses_action
()
src/features/fill_when_tests.rs:84
Function
enum_entries
()
src/parser_tests.rs:105
Function
enum_missing_branches_offered
()
src/features/fill_when_tests.rs:42
Function
error_has_correct_line
()
src/parser_tests.rs:679
Function
error_message_contains_context
()
src/parser_tests.rs:651
Function
errors_capped_at_max
()
src/parser_tests.rs:666
Function
exclude_imports_removes_import_lines
()
tests/cli_refs.rs:17
Method
execute_command
( &self, params: ExecuteCommandParams, )
src/backend/mod.rs:148
Function
explicit_import
(pkg: &str, name: &str)
src/indexer/infer/sig_tests.rs:640
Function
explicit_import_reachable
()
src/indexer/infer/sig_tests.rs:710
Function
explicit_import_wrong_name_not_reachable
()
src/indexer/infer/sig_tests.rs:787
Function
explicit_paths_are_included
()
src/workspace/config_tests.rs:51
Function
explicit_paths_come_first
()
src/workspace/config_tests.rs:60
Function
extension_fn_cross_file_overloaded_no_false_positive
()
src/features/call_arg_diagnostics_tests.rs:899
Function
extension_fn_cross_file_resolved
()
src/features/call_arg_diagnostics_tests.rs:860
Function
extension_fn_default_param_not_required
()
src/features/call_arg_diagnostics_tests.rs:140
Function
extension_fn_resolved_not_member
()
src/features/call_arg_diagnostics_tests.rs:798
Function
extension_fn_return_type_inference_works
()
src/resolver/tests.rs:929
Function
extension_fn_wrong_arg_count_detected
()
src/features/call_arg_diagnostics_tests.rs:827
Function
extension_overloads_collapse_to_single_entry
()
src/resolver/tests.rs:2946
Function
extension_property_receiver_indexed_in_symbol_entry
()
src/parser_tests.rs:1308
Function
extension_property_with_public_modifier_receiver
()
src/parser_tests.rs:1758
Function
extension_receiver_indexed_in_symbol_entry
()
src/parser_tests.rs:1283
Function
extension_receiver_no_receiver
()
src/parser_tests.rs:1272
Function
extension_receiver_non_fun
()
src/parser_tests.rs:1277
Function
extension_receiver_qualified
()
src/parser_tests.rs:1263
Function
extension_receiver_simple
()
src/parser_tests.rs:1250
Function
extension_receiver_with_type_params
()
src/parser_tests.rs:1255
Function
extensions_include_java
()
src/language/java_tests.rs:12
Function
extensions_include_kt_and_kts
()
src/language/kotlin_tests.rs:12
Function
extensions_include_swift
()
src/language/swift_tests.rs:12
Method
extractKdocFromSourcesJar
* 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
Function
extract_class_decl_name_variants
()
src/indexer/scope_tests.rs:436
Function
extract_collection_element_flow
()
src/resolver/tests.rs:1012
Function
extract_collection_element_list
()
src/resolver/tests.rs:996
Function
extract_collection_element_map_returns_first
()
src/resolver/tests.rs:1028
Function
extract_collection_element_mutable_list
()
src/resolver/tests.rs:1004
Function
extract_collection_element_non_collection
()
src/resolver/tests.rs:1035
Function
extract_collection_element_state_flow
()
src/resolver/tests.rs:1020
Method
extract_detail
(&self, start_line: u32, end_line: u32)
src/lines_ext.rs:60
Function
extract_detail_single_line
()
src/lines_ext_tests.rs:8
Function
extract_doc_comment_out_of_bounds_safety
()
src/indexer/doc_tests.rs:9
Function
extract_extension_receiver
(detail: &str)
src/parser.rs:1101
Function
extract_first_arg_empty_parens
()
src/indexer/infer/args_tests.rs:36
Function
extract_first_arg_generic_type
()
src/indexer/infer/args_tests.rs:27
Function
extract_first_arg_generic_type_regression
()
src/indexer/infer/args_tests.rs:220
Function
extract_first_arg_multiple_args
()
src/indexer/infer/args_tests.rs:15
Function
extract_first_arg_nested_parens
()
src/indexer/infer/args_tests.rs:21
Function
extract_first_arg_no_parens
()
src/indexer/infer/args_tests.rs:41
Function
extract_first_arg_simple
()
src/indexer/infer/args_tests.rs:10
Function
extract_first_arg_whitespace_trimmed
()
src/indexer/infer/args_tests.rs:46
Function
extract_first_arg_with_lambda_arrow
()
src/indexer/infer/args_tests.rs:211
Function
extract_named_arg_comma_separated
()
src/indexer/infer/args_tests.rs:66
Function
extract_named_arg_name_test
()
src/indexer_tests.rs:847
Function
extract_named_arg_open_paren_before_ident_rejects
()
src/indexer/infer/args_tests.rs:85
Function
extract_named_arg_operator_rejects
()
src/indexer/infer/args_tests.rs:78
Function
extract_named_arg_simple
()
src/indexer/infer/args_tests.rs:56
Function
extract_named_arg_uppercase_rejects
()
src/indexer/infer/args_tests.rs:72
Function
extract_params_regular_function_returns_params
()
src/indexer/infer/sig_tests.rs:567
Function
extract_params_zero_param_returns_some_empty
()
src/indexer/infer/sig_tests.rs:556
Function
extract_supers_annotation_same_line
()
src/resolver/tests.rs:1468
Function
extract_supers_annotation_separate_line
()
src/resolver/tests.rs:1474
Function
extract_supers_field_inject_annotation
()
src/resolver/tests.rs:1482
Function
extract_supers_multiple_annotations
()
src/resolver/tests.rs:1491
Function
extracts_java_source_and_java_test
()
src/workspace_json_tests.rs:27
Function
field_access_rhs_not_stored_for_method_call
()
src/parser_tests.rs:1523
Function
field_access_rhs_plain_field
()
src/parser_tests.rs:1505
Function
field_access_rhs_preserves_generics
()
src/resolver/infer_tests.rs:128
Function
file_changed_coalesced_per_uri
()
src/workspace/actor_tests.rs:248
Function
file_contributions_definitions
()
src/indexer_tests.rs:1595
Function
file_contributions_dual_qualified_keys_when_stem_differs_issue_apply
()
src/indexer/apply_tests.rs:328
Function
file_contributions_no_stem_key_when_sym_equals_stem_issue_apply
()
src/indexer/apply_tests.rs:349
Function
file_contributions_populates_subtypes_from_supertypes_issue_apply
()
src/indexer/apply_tests.rs:369
Function
file_contributions_produces_definitions_issue_apply
()
src/indexer/apply_tests.rs:297
Function
file_contributions_produces_qualified_pkg_sym_issue_apply
()
src/indexer/apply_tests.rs:313
Function
file_contributions_qualified_both_keys
()
src/indexer_tests.rs:1613
Function
file_contributions_qualified_stem_same_as_sym_no_alias
()
src/indexer_tests.rs:1633
Method
file_data_for
Returns parsed file data for `uri`, or `None` if not yet indexed.
src/indexer.rs:693
Method
file_extensions
(&self)
src/language/kotlin.rs:16
Method
file_extensions
(&self)
src/language/swift.rs:16
Function
file_stems_nested
()
src/resolver/tests.rs:462
Function
file_stems_top_level
()
src/resolver/tests.rs:454
Method
files
(files: &'a [String])
src/rg.rs:411
← previous
next →
1,701–1,800 of 3,021, ranked by callers