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
fill_when_nested_sealed_dotted_type
()
src/features/fill_when_tests.rs:859
Method
findSourcesJar
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/SourcesKdocReader.kt:28
Method
find_class_type_params
(&self, class_name: &str)
src/indexer.rs:303
Method
find_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
Function
find_containing_class_includes_enum_and_object
()
src/indexer/resolution_tests.rs:138
Function
find_containing_class_returns_innermost
()
src/indexer/resolution_tests.rs:115
Function
find_containing_class_returns_none_for_top_level
()
src/indexer/resolution_tests.rs:128
Method
find_contextual_type
( &self, name: &str, uri: &Url, line: usize, col: usize, )
src/indexer.rs:387
Function
find_declaration_range_finds_val
()
src/lines_ext_tests.rs:45
Method
find_definition
(&self, name: &str, from_uri: &Url)
src/indexer/lookup.rs:31
Method
find_definition_qualified
( &self, name: &str, qualifier: Option<&str>, from_uri: &Url, )
src/indexer/resolution.rs:145
Function
find_definition_qualified_default_resolves_via_index
()
src/indexer/workspace_read_tests.rs:36
Function
find_definition_qualified_returns_empty_when_unknown
()
src/indexer/workspace_read_tests.rs:47
Method
find_enclosing_call_name
(&self, line_no: usize, col: usize)
src/lines_ext.rs:88
Method
find_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
Method
find_field_type_in_class
(&self, class_name: &str, field_name: &str)
src/resolver/infer.rs:52
Function
find_field_type_in_class_resolves_unannotated_field_access
()
src/resolver/infer_tests.rs:172
Function
find_files_for_types_empty_names_returns_empty_issue_scan
()
src/indexer/scan_tests.rs:53
Function
find_files_for_types_finds_class_issue_scan
()
src/indexer/scan_tests.rs:64
Method
find_fun_callable_info
(&self, fn_name: &str, _uri: &Url)
src/indexer.rs:351
Method
find_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
Method
find_fun_params_text
(&self, fn_name: &str, uri: &Url)
src/indexer.rs:288
Method
find_fun_return_type
(&self, fn_name: &str)
src/indexer.rs:300
Method
find_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
Method
find_fun_return_type_by_name
(&self, fn_name: &str)
src/resolver/infer.rs:55
Function
find_lambda_brace_extra_spaces
()
src/indexer/infer/it_this_tests.rs:373
Function
find_lambda_brace_multi_param
()
src/indexer/infer/it_this_tests.rs:361
Function
find_lambda_brace_returns_brace_pos_and_index
()
src/indexer/infer/it_this_tests.rs:355
Function
find_lambda_brace_unknown_param
()
src/indexer/infer/it_this_tests.rs:367
Function
find_last_dot_at_depth_zero_test
()
src/indexer_tests.rs:470
Method
find_local_declaration
(&self, name: &str, uri: &Url)
src/resolver/find.rs:155
Method
find_method_params_text
(&self, class_name: &str, method_name: &str)
src/indexer.rs:348
Method
find_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
Method
find_method_return_type
( &self, type_name: &str, method_name: &str, from_uri: Option<&Url>, )
src/resolver/infer.rs:58
Method
find_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
Method
find_name_in_uri_after_line
( &self, name: &str, file_uri: &str, after_line: u32, )
src/resolver/find.rs:147
Function
find_named_param_on_line_with_multiple_arrows
()
src/indexer/scope_tests.rs:515
Function
find_named_param_type_basic
()
src/indexer/infer/args_tests.rs:94
Function
find_named_param_type_in_sig_test
()
src/indexer_tests.rs:1037
Function
find_named_param_type_not_found
()
src/indexer/infer/args_tests.rs:107
Function
find_named_param_type_simple_type
()
src/indexer/infer/args_tests.rs:113
Function
find_named_param_type_suffix_not_matched
()
src/indexer/infer/args_tests.rs:127
Function
find_named_param_type_with_val_prefix
()
src/indexer/infer/args_tests.rs:137
Function
find_references_bare_effect_in_wrong_package_not_leaked
()
src/features/references_tests.rs:1020
Function
find_references_cross_file_with_workspace_root
()
src/features/references_tests.rs:85
Function
find_references_cross_file_without_workspace_root
()
src/features/references_tests.rs:120
Function
find_references_data_class_field_scoped_to_declaring_class
()
src/features/references_tests.rs:878
Function
find_references_decl_files_dont_bleed_across_same_name_classes
()
src/features/references_tests.rs:1239
Function
find_references_java_cross_package_includes_declaration_file
()
src/features/references_tests.rs:1571
Function
find_references_java_field_excludes_unrelated_class_with_same_field_name
()
src/features/references_tests.rs:1518
Function
find_references_java_method_excludes_unrelated_same_name_declaration
()
src/features/references_tests.rs:1440
Function
find_references_java_method_nested_parens_in_params_excluded
()
src/features/references_tests.rs:1624
Function
find_references_java_pojo_field_scoped_to_owner_class
()
src/features/references_tests.rs:1374
Function
find_references_lowercase_method_scoped_to_package_on_decl
()
src/features/references_tests.rs:596
Function
find_references_multi_segment_qualifier_normalised
()
src/features/references_tests.rs:670
Function
find_references_nested_class_not_polluted_by_same_name_in_other_packages
()
src/features/references_tests.rs:938
Function
find_references_nested_factory_create_finds_callers_not_siblings
()
src/features/references_tests.rs:761
Function
find_references_nested_factory_from_declaration_site
()
src/features/references_tests.rs:303
Function
find_references_nested_factory_scoped_by_qualifier
()
src/features/references_tests.rs:405
Function
find_references_nested_field_no_bleed_from_same_name_outer_class
()
src/features/references_tests.rs:1292
Function
find_references_nested_type_not_polluted_by_unrelated_importers
()
src/features/references_tests.rs:1107
Function
find_references_nested_type_same_name_different_package_no_bleed
()
src/features/references_tests.rs:1171
Function
find_references_package_scoped_cross_file
()
src/features/references_tests.rs:158
Function
find_references_sibling_qualifier_does_not_bleed
()
src/features/references_tests.rs:505
Function
find_references_stale_workspace_root_does_not_suppress_results
()
src/features/references_tests.rs:262
Function
find_source_files_empty_dir
()
src/indexer/discover_tests.rs:10
Function
find_source_files_finds_java
()
src/indexer/discover_tests.rs:40
Function
find_source_files_finds_kt
()
src/indexer/discover_tests.rs:21
Function
find_source_files_respects_ignore_matcher
()
src/indexer/discover_tests.rs:57
Function
find_source_files_unconstrained_includes_build_dir
()
src/indexer/discover_tests.rs:79
Function
find_this_context_apply_resolved_with_live_tree
()
src/indexer/infer/it_this_tests.rs:1676
Function
find_this_context_apply_unresolved_is_inside_receiver
()
src/indexer/infer/it_this_tests.rs:1640
Function
find_this_context_foreach_is_not_found
()
src/indexer/infer/it_this_tests.rs:1658
Function
find_this_context_nested_foreach_outer_apply
()
src/indexer/infer/it_this_tests.rs:1691
Method
find_var_type
(&self, var_name: &str, uri: &Url)
src/indexer.rs:291
Function
finds_single_word
()
src/backend/handlers_tests.rs:4
Function
first_value_argument_text_returns_first_argument
()
src/indexer/node_ext_tests.rs:165
Function
float_literal
()
src/indexer/infer/expr_type_tests.rs:46
Method
folding_range
(&self, params: FoldingRangeParams)
src/backend/mod.rs:335
Method
for_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
Method
for_test_with_library
test helper; not yet used but kept for future subtype tests
src/indexer.rs:543
Function
foreach_lambda_is_not_receiver_ctx
()
src/indexer/infer/it_this_tests.rs:870
Function
format_return_tag
(body: &str)
src/indexer/doc.rs:277
Function
format_since_tag
(body: &str)
src/indexer/doc.rs:316
Function
forward_slash_empty_path
()
src/path_util_tests.rs:23
Function
forward_slash_relative_path
()
src/path_util_tests.rs:13
Function
forward_slash_unix_path_unchanged
()
src/path_util_tests.rs:7
Method
from_config
(config: &Config)
src/workspace/phase.rs:42
Method
from_indexer
(indexer: &Indexer, from_uri: &Url)
src/resolver/complete.rs:1182
Method
from_location
(loc: &Location, name: &str, kind: &str)
src/cli/output.rs:18
Method
from_path
(path: &str)
src/types.rs:30
Method
from_raw
(raw: String)
src/resolver/infer.rs:125
Function
full_file
()
src/parser_tests.rs:326
Function
fun_expr_body_comparison_hint
()
src/inlay_hints_tests.rs:289
Function
fun_expr_body_prefix_not_hint
()
src/inlay_hints_tests.rs:301
Function
fun_expr_body_range_hint
()
src/inlay_hints_tests.rs:313
Function
fun_interface
()
src/parser_tests.rs:41
Function
fun_interface_body_generic_method_not_harvested
()
src/parser_tests.rs:1084
Function
fun_interface_generic
()
src/parser_tests.rs:61
Function
fun_interface_generic_type_params
()
src/parser_tests.rs:1099
← previous
next →
1,801–1,900 of 3,021, ranked by callers