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
fun_interface_internal
()
src/parser_tests.rs:50
Function
fun_interface_multi_type_params_indexed
()
src/parser_tests.rs:1122
Function
fun_interface_nested
()
src/parser_tests.rs:70
Function
fun_interface_no_modifier_is_indexed
()
src/parser_tests.rs:1066
Function
fun_interface_single_type_param_indexed
()
src/parser_tests.rs:1185
Function
fun_interface_variance_stripped
()
src/parser_tests.rs:1205
Function
fun_interface_with_modifier_is_indexed
()
src/parser_tests.rs:1075
Function
fun_name_position
()
src/parser_tests.rs:223
Function
fun_return_type_lookup_for_call_receiver
()
src/resolver/complete_tests.rs:95
Function
function_call_dot_let_named_param_resolves
()
src/indexer_tests.rs:2587
Function
function_parameter_type_resolution
()
src/features/fill_when_tests.rs:287
Function
function_type_default_not_confused
()
src/features/call_arg_diagnostics_tests.rs:299
Function
garbled_syntax_kotlin
()
src/parser_tests.rs:623
Function
generic_it_type_shows_no_hint_for_unresolved_generic
()
src/indexer_tests.rs:209
Method
get_definitions
(&self, _name: &str)
src/indexer/resolution_tests.rs:9
Method
get_definitions
(&self, name: &str)
src/indexer/workspace_read_tests.rs:24
Method
get_file_data
(&self, _uri: &str)
src/indexer/resolution_tests.rs:12
Method
get_file_data
(&self, _uri: &str)
src/indexer/workspace_read_tests.rs:28
Method
goto_declaration
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:259
Method
goto_def
()
src/indexer/resolution.rs:61
Function
goto_def_on_named_lambda_param_resolves_to_declaration_line
()
src/resolver/tests.rs:1227
Method
goto_definition
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:252
Method
goto_implementation
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:266
Function
goto_implementation_abstract_method_returns_overrides
()
src/features/implementation_tests.rs:108
Function
goto_implementation_interface_method_returns_overrides
()
src/features/implementation_tests.rs:62
Function
goto_implementation_interface_type_unbroken
()
src/features/implementation_tests.rs:139
Function
goto_super_method_multiline_constructor
()
src/indexer_tests.rs:1843
Function
goto_super_method_no_fallthrough_to_override
()
src/indexer_tests.rs:1825
Function
goto_super_method_resolves_in_parent
()
src/indexer_tests.rs:1789
Function
goto_super_resolves_to_parent_class
()
src/indexer_tests.rs:1772
Function
goto_this_resolves_to_enclosing_class
()
src/indexer_tests.rs:1806
Function
gradle_kts_probes_standard_dirs
()
src/workspace_json_tests.rs:100
Method
handle
tests/fixtures/kotlin/mvi/Router.kt:5
Method
handle_change_root
(&self, root: PathBuf)
src/workspace/scan_handler.rs:107
Method
handle_event
(&mut self, event: Event)
src/workspace/actor.rs:139
Function
handle_file_changed_stores_live_lines
()
src/workspace/file_change_handler_tests.rs:20
Function
handle_file_closed_clears_live_document_state
()
src/workspace/document_handler_tests.rs:11
Method
handle_file_deleted
(&self, uri: Url)
src/workspace/document_handler.rs:119
Method
handle_file_opened
( &self, scan_handler: &ScanHandler<R>, uri: Url, _language_id: String,
src/workspace/document_handler.rs:49
Method
handle_file_saved
(&self, uri: Url)
src/workspace/document_handler.rs:84
Function
handle_initialize_updates_root_and_source_paths
()
src/workspace/scan_handler_tests.rs:22
Method
handle_reindex
(&self)
src/workspace/scan_handler.rs:88
Function
hasTrailingLambda
Returns true when the last value parameter of `fn` is a function type — meaning the function supports trailing-lambda call syntax.
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/KotlinClassIndexer.kt:123
Function
has_dot_after_first_call_chained
()
src/resolver/infer_tests.rs:45
Function
has_dot_after_first_call_nested_parens
()
src/resolver/infer_tests.rs:59
Function
has_dot_after_first_call_standalone
()
src/resolver/infer_tests.rs:51
Function
has_lambda_named_params
(lambda_node: tree_sitter::Node<'_>, bytes: &[u8])
src/indexer/infer/it_this.rs:516
Function
has_lambda_named_params_false_for_it
()
src/indexer/infer/it_this_tests.rs:629
Function
has_lambda_named_params_false_for_no_params
()
src/indexer/node_ext_tests.rs:106
Function
has_lambda_named_params_false_for_no_params
()
src/indexer/infer/it_this_tests.rs:616
Function
has_lambda_named_params_false_for_underscore
()
src/indexer/infer/it_this_tests.rs:655
Function
has_lambda_named_params_true_for_named
()
src/indexer/node_ext_tests.rs:96
Function
has_lambda_named_params_true_for_named
()
src/indexer/infer/it_this_tests.rs:642
Function
has_named_params_block_start
()
src/indexer/infer/args_tests.rs:169
Function
has_named_params_detects_multi_named
()
src/indexer/infer/it_this_tests.rs:403
Function
has_named_params_detects_single_named
()
src/indexer/infer/it_this_tests.rs:398
Function
has_named_params_explicit_it_keyword
()
src/indexer/infer/args_tests.rs:181
Function
has_named_params_implicit_it
()
src/indexer/infer/args_tests.rs:164
Function
has_named_params_multi_named
()
src/indexer/infer/args_tests.rs:157
Function
has_named_params_not_it_test
()
src/indexer_tests.rs:1051
Function
has_named_params_rejects_block_lambda
()
src/indexer/infer/it_this_tests.rs:415
Function
has_named_params_rejects_empty
()
src/indexer/infer/it_this_tests.rs:420
Function
has_named_params_rejects_implicit_it
()
src/indexer/infer/it_this_tests.rs:410
Function
has_named_params_rejects_underscore
()
src/indexer/infer/it_this_tests.rs:425
Function
has_named_params_single_named
()
src/indexer/infer/args_tests.rs:152
Function
has_named_params_underscore_wildcard
()
src/indexer/infer/args_tests.rs:175
Function
hints_inject_constructor_lambdas
()
src/inlay_hints_tests.rs:85
Function
hints_nested_named_arg_cross_file
()
src/inlay_hints_tests.rs:155
Function
hints_nested_named_arg_lambda
()
src/inlay_hints_tests.rs:127
Function
hints_survive_syntax_error
()
src/inlay_hints_tests.rs:115
Method
hover
(&self, params: HoverParams)
src/backend/mod.rs:287
Method
hover
()
src/indexer/resolution.rs:44
Function
hover_binding_keyword
(uri: &Url)
src/features/hover.rs:195
Function
hover_it_type_detection
()
src/indexer_tests.rs:369
Function
hover_it_type_multiline
()
src/indexer_tests.rs:384
Function
hover_named_param_type_detection
()
src/indexer_tests.rs:395
Function
idle_when_no_pending_after_complete
()
src/workspace/scan_queue_tests.rs:73
Function
if_else_boolean_then
()
src/indexer/infer/expr_type_tests.rs:125
Function
if_else_literal
()
src/indexer/infer/expr_type_tests.rs:115
Function
if_else_mismatched_types_no_hint
()
src/indexer/infer/expr_type_tests.rs:146
Function
if_else_string
()
src/indexer/infer/expr_type_tests.rs:120
Function
if_else_unknown_call_no_hint
()
src/indexer/infer/expr_type_tests.rs:140
Function
if_without_else_no_hint
()
src/indexer/infer/expr_type_tests.rs:134
Function
ignore_matcher_absolute_outside_root_skipped
()
src/indexer_tests.rs:1890
Function
ignore_matcher_absolute_path_normalized
()
src/indexer_tests.rs:1882
Function
ignore_matcher_bare_pattern_matches_any_depth
()
src/indexer_tests.rs:1864
Function
ignore_matcher_empty_patterns
()
src/indexer_tests.rs:1898
Function
ignore_matcher_path_pattern_matches_relative
()
src/indexer_tests.rs:1873
Function
ignores_include_build_lines
()
src/workspace_json_tests.rs:223
Function
import_alias
()
src/parser_tests.rs:294
Function
import_candidates_deeply_nested
()
src/resolver/tests.rs:55
Function
import_candidates_nested
()
src/resolver/tests.rs:44
Function
import_candidates_no_uppercase
()
src/resolver/tests.rs:66
Function
import_candidates_top_level
()
src/resolver/tests.rs:36
Function
import_insertion_after_imports
()
src/lines_ext_tests.rs:21
Function
import_insertion_after_last_import
()
src/resolver/tests.rs:1537
Function
import_insertion_after_package_no_imports
()
src/resolver/tests.rs:1550
Function
import_insertion_at_top_no_package_no_imports
()
src/resolver/tests.rs:1560
Function
import_plain
()
src/parser_tests.rs:282
Function
import_star
()
src/parser_tests.rs:306
← previous
next →
1,901–2,000 of 3,021, ranked by callers