MCPcopy Create free account

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

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

Functionfun_interface_internal
()
src/parser_tests.rs:50
Functionfun_interface_multi_type_params_indexed
()
src/parser_tests.rs:1122
Functionfun_interface_nested
()
src/parser_tests.rs:70
Functionfun_interface_no_modifier_is_indexed
()
src/parser_tests.rs:1066
Functionfun_interface_single_type_param_indexed
()
src/parser_tests.rs:1185
Functionfun_interface_variance_stripped
()
src/parser_tests.rs:1205
Functionfun_interface_with_modifier_is_indexed
()
src/parser_tests.rs:1075
Functionfun_name_position
()
src/parser_tests.rs:223
Functionfun_return_type_lookup_for_call_receiver
()
src/resolver/complete_tests.rs:95
Functionfunction_call_dot_let_named_param_resolves
()
src/indexer_tests.rs:2587
Functionfunction_parameter_type_resolution
()
src/features/fill_when_tests.rs:287
Functionfunction_type_default_not_confused
()
src/features/call_arg_diagnostics_tests.rs:299
Functiongarbled_syntax_kotlin
()
src/parser_tests.rs:623
Functiongeneric_it_type_shows_no_hint_for_unresolved_generic
()
src/indexer_tests.rs:209
Methodget_definitions
(&self, _name: &str)
src/indexer/resolution_tests.rs:9
Methodget_definitions
(&self, name: &str)
src/indexer/workspace_read_tests.rs:24
Methodget_file_data
(&self, _uri: &str)
src/indexer/resolution_tests.rs:12
Methodget_file_data
(&self, _uri: &str)
src/indexer/workspace_read_tests.rs:28
Methodgoto_declaration
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:259
Methodgoto_def
()
src/indexer/resolution.rs:61
Functiongoto_def_on_named_lambda_param_resolves_to_declaration_line
()
src/resolver/tests.rs:1227
Methodgoto_definition
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:252
Methodgoto_implementation
( &self, params: GotoDefinitionParams, )
src/backend/mod.rs:266
Functiongoto_implementation_abstract_method_returns_overrides
()
src/features/implementation_tests.rs:108
Functiongoto_implementation_interface_method_returns_overrides
()
src/features/implementation_tests.rs:62
Functiongoto_implementation_interface_type_unbroken
()
src/features/implementation_tests.rs:139
Functiongoto_super_method_multiline_constructor
()
src/indexer_tests.rs:1843
Functiongoto_super_method_no_fallthrough_to_override
()
src/indexer_tests.rs:1825
Functiongoto_super_method_resolves_in_parent
()
src/indexer_tests.rs:1789
Functiongoto_super_resolves_to_parent_class
()
src/indexer_tests.rs:1772
Functiongoto_this_resolves_to_enclosing_class
()
src/indexer_tests.rs:1806
Functiongradle_kts_probes_standard_dirs
()
src/workspace_json_tests.rs:100
Methodhandle
tests/fixtures/kotlin/mvi/Router.kt:5
Methodhandle_change_root
(&self, root: PathBuf)
src/workspace/scan_handler.rs:107
Methodhandle_event
(&mut self, event: Event)
src/workspace/actor.rs:139
Functionhandle_file_changed_stores_live_lines
()
src/workspace/file_change_handler_tests.rs:20
Functionhandle_file_closed_clears_live_document_state
()
src/workspace/document_handler_tests.rs:11
Methodhandle_file_deleted
(&self, uri: Url)
src/workspace/document_handler.rs:119
Methodhandle_file_opened
( &self, scan_handler: &ScanHandler<R>, uri: Url, _language_id: String,
src/workspace/document_handler.rs:49
Methodhandle_file_saved
(&self, uri: Url)
src/workspace/document_handler.rs:84
Functionhandle_initialize_updates_root_and_source_paths
()
src/workspace/scan_handler_tests.rs:22
Methodhandle_reindex
(&self)
src/workspace/scan_handler.rs:88
FunctionhasTrailingLambda
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
Functionhas_dot_after_first_call_chained
()
src/resolver/infer_tests.rs:45
Functionhas_dot_after_first_call_nested_parens
()
src/resolver/infer_tests.rs:59
Functionhas_dot_after_first_call_standalone
()
src/resolver/infer_tests.rs:51
Functionhas_lambda_named_params
(lambda_node: tree_sitter::Node<'_>, bytes: &[u8])
src/indexer/infer/it_this.rs:516
Functionhas_lambda_named_params_false_for_it
()
src/indexer/infer/it_this_tests.rs:629
Functionhas_lambda_named_params_false_for_no_params
()
src/indexer/node_ext_tests.rs:106
Functionhas_lambda_named_params_false_for_no_params
()
src/indexer/infer/it_this_tests.rs:616
Functionhas_lambda_named_params_false_for_underscore
()
src/indexer/infer/it_this_tests.rs:655
Functionhas_lambda_named_params_true_for_named
()
src/indexer/node_ext_tests.rs:96
Functionhas_lambda_named_params_true_for_named
()
src/indexer/infer/it_this_tests.rs:642
Functionhas_named_params_block_start
()
src/indexer/infer/args_tests.rs:169
Functionhas_named_params_detects_multi_named
()
src/indexer/infer/it_this_tests.rs:403
Functionhas_named_params_detects_single_named
()
src/indexer/infer/it_this_tests.rs:398
Functionhas_named_params_explicit_it_keyword
()
src/indexer/infer/args_tests.rs:181
Functionhas_named_params_implicit_it
()
src/indexer/infer/args_tests.rs:164
Functionhas_named_params_multi_named
()
src/indexer/infer/args_tests.rs:157
Functionhas_named_params_not_it_test
()
src/indexer_tests.rs:1051
Functionhas_named_params_rejects_block_lambda
()
src/indexer/infer/it_this_tests.rs:415
Functionhas_named_params_rejects_empty
()
src/indexer/infer/it_this_tests.rs:420
Functionhas_named_params_rejects_implicit_it
()
src/indexer/infer/it_this_tests.rs:410
Functionhas_named_params_rejects_underscore
()
src/indexer/infer/it_this_tests.rs:425
Functionhas_named_params_single_named
()
src/indexer/infer/args_tests.rs:152
Functionhas_named_params_underscore_wildcard
()
src/indexer/infer/args_tests.rs:175
Functionhints_inject_constructor_lambdas
()
src/inlay_hints_tests.rs:85
Functionhints_nested_named_arg_cross_file
()
src/inlay_hints_tests.rs:155
Functionhints_nested_named_arg_lambda
()
src/inlay_hints_tests.rs:127
Functionhints_survive_syntax_error
()
src/inlay_hints_tests.rs:115
Methodhover
(&self, params: HoverParams)
src/backend/mod.rs:287
Methodhover
()
src/indexer/resolution.rs:44
Functionhover_binding_keyword
(uri: &Url)
src/features/hover.rs:195
Functionhover_it_type_detection
()
src/indexer_tests.rs:369
Functionhover_it_type_multiline
()
src/indexer_tests.rs:384
Functionhover_named_param_type_detection
()
src/indexer_tests.rs:395
Functionidle_when_no_pending_after_complete
()
src/workspace/scan_queue_tests.rs:73
Functionif_else_boolean_then
()
src/indexer/infer/expr_type_tests.rs:125
Functionif_else_literal
()
src/indexer/infer/expr_type_tests.rs:115
Functionif_else_mismatched_types_no_hint
()
src/indexer/infer/expr_type_tests.rs:146
Functionif_else_string
()
src/indexer/infer/expr_type_tests.rs:120
Functionif_else_unknown_call_no_hint
()
src/indexer/infer/expr_type_tests.rs:140
Functionif_without_else_no_hint
()
src/indexer/infer/expr_type_tests.rs:134
Functionignore_matcher_absolute_outside_root_skipped
()
src/indexer_tests.rs:1890
Functionignore_matcher_absolute_path_normalized
()
src/indexer_tests.rs:1882
Functionignore_matcher_bare_pattern_matches_any_depth
()
src/indexer_tests.rs:1864
Functionignore_matcher_empty_patterns
()
src/indexer_tests.rs:1898
Functionignore_matcher_path_pattern_matches_relative
()
src/indexer_tests.rs:1873
Functionignores_include_build_lines
()
src/workspace_json_tests.rs:223
Functionimport_alias
()
src/parser_tests.rs:294
Functionimport_candidates_deeply_nested
()
src/resolver/tests.rs:55
Functionimport_candidates_nested
()
src/resolver/tests.rs:44
Functionimport_candidates_no_uppercase
()
src/resolver/tests.rs:66
Functionimport_candidates_top_level
()
src/resolver/tests.rs:36
Functionimport_insertion_after_imports
()
src/lines_ext_tests.rs:21
Functionimport_insertion_after_last_import
()
src/resolver/tests.rs:1537
Functionimport_insertion_after_package_no_imports
()
src/resolver/tests.rs:1550
Functionimport_insertion_at_top_no_package_no_imports
()
src/resolver/tests.rs:1560
Functionimport_plain
()
src/parser_tests.rs:282
Functionimport_star
()
src/parser_tests.rs:306
← previousnext →1,901–2,000 of 3,021, ranked by callers