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
index_changed_content_reparses
()
src/indexer_tests.rs:112
Function
index_content_clears_completion_cache_for_uri_issue_apply
()
src/indexer/apply_tests.rs:577
Function
index_content_returns_none_on_unchanged_content_issue_apply
()
src/indexer/apply_tests.rs:532
Function
index_content_returns_some_and_increments_parse_count_on_change_issue_apply
()
src/indexer/apply_tests.rs:558
Method
index_jar
(&mut self, path: &Path)
src/sidecar.rs:148
Function
index_same_content_parses_only_once
()
src/indexer_tests.rs:95
Function
index_sources_jars_end_to_end_with_real_jar
()
src/indexer/jar_tests.rs:589
Function
index_sources_jars_prunes_deleted_jar_entries
()
src/indexer/jar_tests.rs:1373
Function
index_sources_jars_serves_fresh_entry_from_cache_without_extraction
()
src/indexer/jar_tests.rs:1237
Function
index_sources_jars_stale_entry_reparses_and_updates_cache
()
src/indexer/jar_tests.rs:1303
Function
index_sources_jars_writes_parse_cache
()
src/indexer/jar_tests.rs:1193
Function
index_workspace_full_indexes_kt_files_issue_scan
()
src/indexer/scan_tests.rs:118
Function
index_workspace_skips_second_concurrent_run_issue_scan
()
src/indexer/scan_tests.rs:206
Function
indexer_new_jar_phase_is_unavailable_in_tests
()
src/workspace/scan_handler_tests.rs:62
Function
indexing_guard_clears_flag_on_drop_issue_scan
()
src/indexer/scan_tests.rs:92
Function
infer
Parse `fun f() = <expr>` and run `infer_expr_type` on the expression.
src/indexer/infer/expr_type_tests.rs:21
Function
infer_annotated_property_from_cst
()
src/resolver/infer_tests.rs:67
Function
infer_extension_property_type_for_dot_completion
()
src/resolver/tests.rs:2703
Method
infer_field_type
(&self, file_uri: &str, field_name: &str)
src/resolver/infer.rs:49
Method
infer_receiver_type
(&self, kind: ReceiverKind<'_>, uri: &Url)
src/resolver/infer.rs:66
Function
infer_type_annotation_still_wins_over_rhs
()
src/resolver/tests.rs:1138
Function
infer_type_finds_annotation
()
src/lines_ext_tests.rs:33
Function
infer_type_in_lines_bare_class_literal_not_matched
()
src/resolver/tests.rs:1120
Function
infer_type_in_lines_class_literal_retrofit
()
src/resolver/tests.rs:1099
Function
infer_type_in_lines_constructor_call
()
src/resolver/tests.rs:1080
Function
infer_type_in_lines_di_get_still_works
()
src/resolver/tests.rs:3155
Function
infer_type_in_lines_di_inject
()
src/resolver/tests.rs:1128
Function
infer_type_in_lines_dotted
()
src/resolver/tests.rs:243
Function
infer_type_in_lines_generic_create_type_arg_only
()
src/resolver/tests.rs:3144
Function
infer_type_in_lines_generic_create_with_type_arg
()
src/resolver/tests.rs:3128
Function
infer_type_in_lines_raw_by_lazy_single_line
()
src/resolver/tests.rs:1059
Function
infer_type_in_lines_raw_class_literal_kotlin
()
src/resolver/tests.rs:1110
Function
infer_type_in_lines_raw_constructor_call
()
src/resolver/tests.rs:1090
Function
infer_type_in_lines_raw_explicit_annotation_takes_priority
()
src/resolver/tests.rs:1069
Function
infer_type_in_lines_raw_keeps_generics
()
src/resolver/tests.rs:1041
Function
infer_type_in_lines_raw_state_flow
()
src/resolver/tests.rs:1050
Function
infer_type_raw_preserves_generics
()
src/lines_ext_tests.rs:39
Function
infer_type_rhs_no_false_positive_equality
()
src/resolver/tests.rs:1155
Function
infer_type_rhs_no_false_positive_lowercase
()
src/resolver/tests.rs:1148
Method
infer_variable_type_for
Infer the concrete type of an unannotated variable/property. Used to augment hover for `val foo = someCall()` with `val foo: ReturnType` when no expl
src/indexer/resolution.rs:118
Function
infer_variable_type_method_return_type
()
src/resolver/tests.rs:1186
Method
infer_variable_type_raw
(&self, var_name: &str, uri: &Url)
src/resolver/infer.rs:46
Function
infer_variable_type_unannotated_snapshot_no_declared_names_rejection
()
src/resolver/tests.rs:1206
Method
initialize
(&self, params: InitializeParams)
src/backend/mod.rs:75
Method
initialize_root_uri
(params: &InitializeParams)
src/backend/init.rs:49
Function
initialize_sets_workspace_root
()
src/workspace/actor_tests.rs:45
Function
initialize_writes_explicit_source_paths
()
src/workspace/actor_tests.rs:89
Method
initialized
(&self, _: InitializedParams)
src/backend/mod.rs:113
Method
inlay_hint
(&self, params: InlayHintParams)
src/backend/mod.rs:309
Function
inlay_hints_generic_subst_via_property_type_harvesting
()
src/indexer/lookup_tests.rs:181
Function
inline_lambda_also_nested_in_outer_lambda
()
src/indexer_tests.rs:2415
Function
inline_lambda_also_on_chain_resolves_it
()
src/indexer_tests.rs:2391
Function
inline_lambda_first_arg_not_trailing
()
src/indexer_tests.rs:2315
Function
inline_lambda_generic_ext_fn_no_var_type_capitalize_fallback
()
src/indexer/infer/it_this_tests.rs:1138
Function
inline_lambda_generic_ext_fn_no_var_type_capitalize_second_param
()
src/indexer/infer/it_this_tests.rs:1174
Function
inline_lambda_generic_ext_fn_substitution_first_param
()
src/indexer/infer/it_this_tests.rs:1242
Function
inline_lambda_generic_ext_fn_substitution_second_param
()
src/indexer/infer/it_this_tests.rs:1203
Function
inline_lambda_param_type_detection
()
src/indexer_tests.rs:450
Function
inline_lambda_receiver_aware_disambiguates_create
()
src/indexer_tests.rs:2355
Function
int_range
()
src/indexer/infer/expr_type_tests.rs:153
Function
integer_literal
()
src/indexer/infer/expr_type_tests.rs:36
Function
interface
()
src/parser_tests.rs:34
Function
isDeprecated
Match a metadata function to its bytecode `@Deprecated` flag via JVM signature (`name` + `descriptor`), which is exactly the key ASM recorded.
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/KotlinClassIndexer.kt:368
Function
isPublicLike
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/KotlinClassIndexer.kt:357
Function
isUnit
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/KotlinClassIndexer.kt:222
Function
is_annotation_context_detection
()
src/resolver/tests.rs:2173
Function
is_declaration_of_matches_exact_name
()
src/rg_tests.rs:654
Function
is_declaration_of_rejects_call_site_in_non_declaration
()
src/rg_tests.rs:678
Function
is_declaration_of_rejects_longer_name_with_same_prefix
()
src/rg_tests.rs:661
Method
is_declared_in
Returns true if `name` has at least one definition location inside `uri`.
src/indexer/lookup.rs:22
Method
is_indexing_in_progress
(&self)
src/indexer/resolution.rs:178
Function
is_inside_receiver_lambda_apply
()
src/indexer/infer/it_this_tests.rs:894
Function
is_inside_receiver_lambda_apply_live_tree
()
src/indexer/infer/it_this_tests.rs:933
Function
is_inside_receiver_lambda_foreach_is_false
()
src/indexer/infer/it_this_tests.rs:914
Method
is_jar_indexing
(&self)
src/workspace/scan_handler.rs:48
Function
is_lambda_param_detects_same_line
()
src/indexer/scope_tests.rs:360
Method
is_library_uri
(&self, uri: &Url)
src/indexer.rs:770
Function
is_screaming_snake_cases
()
src/resolver/tests.rs:2162
Function
is_valid_identifier
A valid Java/Kotlin identifier segment must start with a letter or `_` and contain only letters, digits, or `_`. Hyphens are **not** silently rewritt
src/features/code_actions.rs:135
Function
it_as_named_arg_resolves_param_type
()
src/indexer_tests.rs:708
Function
it_as_positional_arg_resolves_param_type
()
src/indexer_tests.rs:687
Function
it_element_type_flow
()
src/indexer/scope_tests.rs:232
Function
it_element_type_flow
()
src/indexer/infer/it_this_tests.rs:53
Function
it_element_type_list
()
src/indexer/scope_tests.rs:221
Function
it_element_type_nullable_call
()
src/indexer/scope_tests.rs:266
Function
it_element_type_scope_fn_let
()
src/indexer/infer/it_this_tests.rs:73
Function
it_element_type_simple_foreach
()
src/indexer/infer/it_this_tests.rs:39
Function
it_element_type_state_flow
()
src/indexer/scope_tests.rs:243
Function
it_element_type_unknown_var_returns_none
()
src/indexer/infer/it_this_tests.rs:64
Function
it_element_type_with_call_args
()
src/indexer/scope_tests.rs:278
Function
it_hint_fastforeach_fun_param_chain_live_doc
()
src/inlay_hints_tests.rs:325
Function
it_infer_method_chain_firstornull
()
src/indexer_tests.rs:2078
Function
it_infer_result_field_firstornull
()
src/indexer_tests.rs:2049
Function
it_inside_nested_lambda_not_suspend
()
src/inlay_hints_tests.rs:256
Function
it_not_resolved_inside_multi_param_named_lambda
()
src/indexer_tests.rs:1068
Function
it_positional_second_arg
()
src/indexer_tests.rs:727
Function
it_scope_fn_let
()
src/indexer/scope_tests.rs:253
Function
it_type_first_lambda_multiline_unindexed_inner
()
src/indexer/infer/it_this_tests.rs:135
Function
it_type_generic_ext_fn_substitutes_type_param
()
src/indexer/infer/it_this_tests.rs:1712
Function
it_type_hint
()
src/inlay_hints_tests.rs:49
← previous
next →
2,001–2,100 of 3,021, ranked by callers