MCPcopy Create free account

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

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

Functionfill_when_nested_sealed_dotted_type
()
src/features/fill_when_tests.rs:859
MethodfindSourcesJar
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/SourcesKdocReader.kt:28
Methodfind_class_type_params
(&self, class_name: &str)
src/indexer.rs:303
Methodfind_class_type_params
Return the declared type parameter names for a class (e.g. `["T"]` for `class Result<T>`, `["K", "V"]` for `class Map<K, V>`). Used to build a substi
src/indexer/infer/deps.rs:82
Functionfind_containing_class_includes_enum_and_object
()
src/indexer/resolution_tests.rs:138
Functionfind_containing_class_returns_innermost
()
src/indexer/resolution_tests.rs:115
Functionfind_containing_class_returns_none_for_top_level
()
src/indexer/resolution_tests.rs:128
Methodfind_contextual_type
( &self, name: &str, uri: &Url, line: usize, col: usize, )
src/indexer.rs:387
Functionfind_declaration_range_finds_val
()
src/lines_ext_tests.rs:45
Methodfind_definition
(&self, name: &str, from_uri: &Url)
src/indexer/lookup.rs:31
Methodfind_definition_qualified
( &self, name: &str, qualifier: Option<&str>, from_uri: &Url, )
src/indexer/resolution.rs:145
Functionfind_definition_qualified_default_resolves_via_index
()
src/indexer/workspace_read_tests.rs:36
Functionfind_definition_qualified_returns_empty_when_unknown
()
src/indexer/workspace_read_tests.rs:47
Methodfind_enclosing_call_name
(&self, line_no: usize, col: usize)
src/lines_ext.rs:88
Methodfind_field_type
Look up the raw declared type of `field_name` inside class `class_name`, searching across indexed files. Preserves generic parameters so that `extrac
src/indexer/infer/deps.rs:71
Methodfind_field_type_in_class
(&self, class_name: &str, field_name: &str)
src/resolver/infer.rs:52
Functionfind_field_type_in_class_resolves_unannotated_field_access
()
src/resolver/infer_tests.rs:172
Functionfind_files_for_types_empty_names_returns_empty_issue_scan
()
src/indexer/scan_tests.rs:53
Functionfind_files_for_types_finds_class_issue_scan
()
src/indexer/scan_tests.rs:64
Methodfind_fun_callable_info
(&self, fn_name: &str, _uri: &Url)
src/indexer.rs:351
Methodfind_fun_callable_info
Return callable metadata (type params + extension receiver type) for a function resolved by name. Used to apply generic type substitution when a lamb
src/indexer/infer/deps.rs:117
Methodfind_fun_params_text
(&self, fn_name: &str, uri: &Url)
src/indexer.rs:288
Methodfind_fun_return_type
(&self, fn_name: &str)
src/indexer.rs:300
Methodfind_fun_return_type
Look up the return type of a function by name, without needing to know the receiver type. Used for method-chain receivers like `getList().joinAll().f
src/indexer/infer/deps.rs:58
Methodfind_fun_return_type_by_name
(&self, fn_name: &str)
src/resolver/infer.rs:55
Functionfind_lambda_brace_extra_spaces
()
src/indexer/infer/it_this_tests.rs:373
Functionfind_lambda_brace_multi_param
()
src/indexer/infer/it_this_tests.rs:361
Functionfind_lambda_brace_returns_brace_pos_and_index
()
src/indexer/infer/it_this_tests.rs:355
Functionfind_lambda_brace_unknown_param
()
src/indexer/infer/it_this_tests.rs:367
Functionfind_last_dot_at_depth_zero_test
()
src/indexer_tests.rs:470
Methodfind_local_declaration
(&self, name: &str, uri: &Url)
src/resolver/find.rs:155
Methodfind_method_params_text
(&self, class_name: &str, method_name: &str)
src/indexer.rs:348
Methodfind_method_params_text
Return the raw parameter text for a method declared inside `class_name`. Used for receiver-aware positional param lookup in inline lambdas: `factory.
src/indexer/infer/deps.rs:108
Methodfind_method_return_type
( &self, type_name: &str, method_name: &str, from_uri: Option<&Url>, )
src/resolver/infer.rs:58
Methodfind_method_return_type_for_type
Return the raw return type of `method_name` declared inside `class_name`, preserving generic type parameters (e.g. `"T?"` for `Result.getOrNull()`).
src/indexer/infer/deps.rs:93
Methodfind_name_in_uri_after_line
( &self, name: &str, file_uri: &str, after_line: u32, )
src/resolver/find.rs:147
Functionfind_named_param_on_line_with_multiple_arrows
()
src/indexer/scope_tests.rs:515
Functionfind_named_param_type_basic
()
src/indexer/infer/args_tests.rs:94
Functionfind_named_param_type_in_sig_test
()
src/indexer_tests.rs:1037
Functionfind_named_param_type_not_found
()
src/indexer/infer/args_tests.rs:107
Functionfind_named_param_type_simple_type
()
src/indexer/infer/args_tests.rs:113
Functionfind_named_param_type_suffix_not_matched
()
src/indexer/infer/args_tests.rs:127
Functionfind_named_param_type_with_val_prefix
()
src/indexer/infer/args_tests.rs:137
Functionfind_references_bare_effect_in_wrong_package_not_leaked
()
src/features/references_tests.rs:1020
Functionfind_references_cross_file_with_workspace_root
()
src/features/references_tests.rs:85
Functionfind_references_cross_file_without_workspace_root
()
src/features/references_tests.rs:120
Functionfind_references_data_class_field_scoped_to_declaring_class
()
src/features/references_tests.rs:878
Functionfind_references_decl_files_dont_bleed_across_same_name_classes
()
src/features/references_tests.rs:1239
Functionfind_references_java_cross_package_includes_declaration_file
()
src/features/references_tests.rs:1571
Functionfind_references_java_field_excludes_unrelated_class_with_same_field_name
()
src/features/references_tests.rs:1518
Functionfind_references_java_method_excludes_unrelated_same_name_declaration
()
src/features/references_tests.rs:1440
Functionfind_references_java_method_nested_parens_in_params_excluded
()
src/features/references_tests.rs:1624
Functionfind_references_java_pojo_field_scoped_to_owner_class
()
src/features/references_tests.rs:1374
Functionfind_references_lowercase_method_scoped_to_package_on_decl
()
src/features/references_tests.rs:596
Functionfind_references_multi_segment_qualifier_normalised
()
src/features/references_tests.rs:670
Functionfind_references_nested_class_not_polluted_by_same_name_in_other_packages
()
src/features/references_tests.rs:938
Functionfind_references_nested_factory_create_finds_callers_not_siblings
()
src/features/references_tests.rs:761
Functionfind_references_nested_factory_from_declaration_site
()
src/features/references_tests.rs:303
Functionfind_references_nested_factory_scoped_by_qualifier
()
src/features/references_tests.rs:405
Functionfind_references_nested_field_no_bleed_from_same_name_outer_class
()
src/features/references_tests.rs:1292
Functionfind_references_nested_type_not_polluted_by_unrelated_importers
()
src/features/references_tests.rs:1107
Functionfind_references_nested_type_same_name_different_package_no_bleed
()
src/features/references_tests.rs:1171
Functionfind_references_package_scoped_cross_file
()
src/features/references_tests.rs:158
Functionfind_references_sibling_qualifier_does_not_bleed
()
src/features/references_tests.rs:505
Functionfind_references_stale_workspace_root_does_not_suppress_results
()
src/features/references_tests.rs:262
Functionfind_source_files_empty_dir
()
src/indexer/discover_tests.rs:10
Functionfind_source_files_finds_java
()
src/indexer/discover_tests.rs:40
Functionfind_source_files_finds_kt
()
src/indexer/discover_tests.rs:21
Functionfind_source_files_respects_ignore_matcher
()
src/indexer/discover_tests.rs:57
Functionfind_source_files_unconstrained_includes_build_dir
()
src/indexer/discover_tests.rs:79
Functionfind_this_context_apply_resolved_with_live_tree
()
src/indexer/infer/it_this_tests.rs:1676
Functionfind_this_context_apply_unresolved_is_inside_receiver
()
src/indexer/infer/it_this_tests.rs:1640
Functionfind_this_context_foreach_is_not_found
()
src/indexer/infer/it_this_tests.rs:1658
Functionfind_this_context_nested_foreach_outer_apply
()
src/indexer/infer/it_this_tests.rs:1691
Methodfind_var_type
(&self, var_name: &str, uri: &Url)
src/indexer.rs:291
Functionfinds_single_word
()
src/backend/handlers_tests.rs:4
Functionfirst_value_argument_text_returns_first_argument
()
src/indexer/node_ext_tests.rs:165
Functionfloat_literal
()
src/indexer/infer/expr_type_tests.rs:46
Methodfolding_range
(&self, params: FoldingRangeParams)
src/backend/mod.rs:335
Methodfor_each_indexed_file
Calls `f(uri, file_data)` for every indexed file. Return `false` from the callback to stop iteration early.
src/indexer.rs:710
Methodfor_test_with_library
test helper; not yet used but kept for future subtype tests
src/indexer.rs:543
Functionforeach_lambda_is_not_receiver_ctx
()
src/indexer/infer/it_this_tests.rs:870
Functionformat_return_tag
(body: &str)
src/indexer/doc.rs:277
Functionformat_since_tag
(body: &str)
src/indexer/doc.rs:316
Functionforward_slash_empty_path
()
src/path_util_tests.rs:23
Functionforward_slash_relative_path
()
src/path_util_tests.rs:13
Functionforward_slash_unix_path_unchanged
()
src/path_util_tests.rs:7
Methodfrom_config
(config: &Config)
src/workspace/phase.rs:42
Methodfrom_indexer
(indexer: &Indexer, from_uri: &Url)
src/resolver/complete.rs:1182
Methodfrom_location
(loc: &Location, name: &str, kind: &str)
src/cli/output.rs:18
Methodfrom_path
(path: &str)
src/types.rs:30
Methodfrom_raw
(raw: String)
src/resolver/infer.rs:125
Functionfull_file
()
src/parser_tests.rs:326
Functionfun_expr_body_comparison_hint
()
src/inlay_hints_tests.rs:289
Functionfun_expr_body_prefix_not_hint
()
src/inlay_hints_tests.rs:301
Functionfun_expr_body_range_hint
()
src/inlay_hints_tests.rs:313
Functionfun_interface
()
src/parser_tests.rs:41
Functionfun_interface_body_generic_method_not_harvested
()
src/parser_tests.rs:1084
Functionfun_interface_generic
()
src/parser_tests.rs:61
Functionfun_interface_generic_type_params
()
src/parser_tests.rs:1099
← previousnext →1,801–1,900 of 3,021, ranked by callers