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
no_params_no_args_ok
()
src/features/call_arg_diagnostics_tests.rs:273
Function
no_sdk_returns_empty
()
src/workspace_json_tests.rs:232
Function
no_sig_help_inside_function_value_parameters
()
src/features/signature_help_tests.rs:271
Function
no_sig_help_inside_primary_constructor
()
src/features/signature_help_tests.rs:286
Function
no_stale_diagnostic_after_deleting_bad_call
()
src/features/call_arg_diagnostics_tests.rs:380
Function
no_workspace_json_no_build_file_no_layout_paths
()
src/workspace/config_tests.rs:36
Function
non_deprecated_symbol_is_not_flagged
()
src/parser_tests.rs:414
Function
non_enum_non_sealed_no_action
()
src/features/fill_when_tests.rs:241
Function
non_extension_fun_has_empty_receiver
()
src/parser_tests.rs:1296
Function
non_extension_property_has_empty_receiver
()
src/parser_tests.rs:1320
Function
nonexistent_candidates_excluded
()
src/workspace_json_tests.rs:114
Method
noop
Create a no-op handle that silently discards all requests.
src/indexer/enrich.rs:51
Function
noop_handle_does_not_panic
()
src/indexer/enrich_tests.rs:4
Method
notAZipArchive
java-sidecar/src/test/kotlin/io/github/hessesian/jarindexer/IndexerTest.kt:185
Function
nth_param_type_empty_returns_none
()
src/indexer/infer/sig_tests.rs:121
Function
nth_param_type_first
()
src/indexer/infer/sig_tests.rs:82
Function
nth_param_type_gt_operator_in_default
()
src/indexer/infer/sig_tests.rs:265
Function
nth_param_type_lambda_type_arg
()
src/indexer/infer/sig_tests.rs:100
Function
nth_param_type_out_of_range_falls_back_to_last
()
src/indexer/infer/sig_tests.rs:94
Function
nth_param_type_second
()
src/indexer/infer/sig_tests.rs:88
Function
nth_param_type_single_param
()
src/indexer/infer/sig_tests.rs:115
Function
nth_param_type_val_var_prefix_stripped
()
src/indexer/infer/sig_tests.rs:126
Function
null_literal
()
src/indexer/infer/expr_type_tests.rs:66
Function
nullable_let_chain_it_type_resolves
()
src/indexer_tests.rs:2527
Function
nullable_receiver_function_type_no_syntax_error
()
src/parser_tests.rs:1641
Function
nullable_receiver_function_type_param
()
src/parser_tests.rs:1623
Function
object_decl
()
src/parser_tests.rs:79
Method
on_scan_completed
Called by the actor when `scan_done_rx` fires. Marks the current scan complete and starts any pending follow-up.
src/workspace/scan_handler.rs:55
Method
on_type_formatting
( &self, params: DocumentOnTypeFormattingParams, )
src/backend/mod.rs:339
Function
operator_fun
()
src/parser_tests.rs:150
Function
operator_fun_in_class
()
src/parser_tests.rs:155
Method
package_of
Return the package declared in the given file, if any.
src/indexer/lookup.rs:53
Function
package_parsed
()
src/parser_tests.rs:276
Function
package_prefix_standard
()
src/resolver/tests.rs:25
Function
packages_map_populated
()
src/indexer_tests.rs:86
Function
panic_safe_catches_panic_returns_internal_error
()
src/backend/handlers_tests.rs:45
Function
panic_safe_passes_through_ok
()
src/backend/handlers_tests.rs:57
Function
param_counts_all_required
()
src/parser_tests.rs:1395
Function
param_counts_primary_constructor_all_required
()
src/parser_tests.rs:1434
Function
param_counts_primary_constructor_with_defaults
()
src/parser_tests.rs:1419
Function
param_counts_required_and_optional
()
src/parser_tests.rs:1382
Function
param_counts_zero_params
()
src/parser_tests.rs:1407
Function
param_names_basic
()
src/features/completion_tests.rs:132
Function
param_names_empty
()
src/features/completion_tests.rs:169
Function
param_names_skips_this
()
src/features/completion_tests.rs:163
Function
param_names_vararg
()
src/features/completion_tests.rs:158
Function
param_names_with_annotation
()
src/features/completion_tests.rs:150
Function
param_names_with_defaults
()
src/features/completion_tests.rs:140
Function
param_shadow_by_local_val
()
src/semantic_tokens_tests.rs:797
Function
param_shadow_for_loop
()
src/semantic_tokens_tests.rs:820
Function
param_use_in_body_gets_parameter_token
()
src/semantic_tokens_tests.rs:767
Function
param_use_in_nested_function_captures_outer_param
()
src/semantic_tokens_tests.rs:855
Function
param_use_in_string_template_gets_parameter_token
()
src/semantic_tokens_tests.rs:841
Function
params_field_empty_for_no_arg_function
()
src/parser_tests.rs:1346
Function
params_field_populated_for_class_constructor
()
src/parser_tests.rs:1358
Function
params_field_populated_for_function
()
src/parser_tests.rs:1334
Function
params_field_skips_annotation_line
()
src/parser_tests.rs:1370
Method
parse
(&self, source: &str)
src/language/kotlin.rs:20
Method
parse
(&self, source: &str)
src/language/swift.rs:20
Function
parse_by_extension_dispatch
()
src/parser_tests.rs:827
Function
parse_by_extension_routes_through_provider
()
src/language/mod_tests.rs:37
Function
parse_empty_content
()
src/indexer/live_tree_tests.rs:62
Function
parse_extracts_class_symbol
()
src/language/swift_tests.rs:17
Function
parse_extracts_class_symbol
()
src/language/java_tests.rs:17
Function
parse_extracts_class_symbol
()
src/language/kotlin_tests.rs:19
Function
parse_extracts_function_symbol
()
src/language/kotlin_tests.rs:25
Method
parse_file
Parse a single file via tree-sitter and extract symbols, supertypes, and a content hash. Pure — no writes to any `Indexer` field.
src/indexer/apply.rs:482
Function
parse_file_extracts_supertypes_issue_apply
()
src/indexer/apply_tests.rs:75
Function
parse_file_returns_symbols_issue_apply
()
src/indexer/apply_tests.rs:38
Function
parse_imports_finds_import
()
src/lines_ext_tests.rs:58
Function
parse_java_returns_tree
()
src/indexer/live_tree_tests.rs:48
Function
parse_kotlin_returns_tree
()
src/indexer/live_tree_tests.rs:40
Function
parse_rg_line_basic
()
src/rg_tests.rs:20
Function
parse_swift_returns_tree
()
src/indexer/live_tree_tests.rs:55
Function
parses_colon_prefixed_includes
()
src/workspace_json_tests.rs:193
Function
parses_nested_module_paths
()
src/workspace_json_tests.rs:200
Function
parses_single_quoted_includes
()
src/workspace_json_tests.rs:216
Function
picks_highest_api_level
()
src/workspace_json_tests.rs:260
Function
plain_extension_fn_has_receiver
()
src/parser_tests.rs:1690
Function
plain_line_no_action
()
src/features/on_type_formatting.rs:357
Method
poll
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/backend/panic_guard.rs:21
Function
pos
Build LSP `Position` (0-based) by counting lines and UTF-16 columns.
tests/lsp_smoke.rs:301
Function
prefix_minus_no_hint
()
src/indexer/infer/expr_type_tests.rs:108
Function
prefix_not
()
src/indexer/infer/expr_type_tests.rs:103
Method
prepare_rename
( &self, params: TextDocumentPositionParams, )
src/backend/mod.rs:324
Function
primary_ctor_plain_param_not_indexed
()
src/parser_tests.rs:182
Function
primary_ctor_val_param_indexed
()
src/parser_tests.rs:161
Function
primary_ctor_var_param_indexed
()
src/parser_tests.rs:172
Function
property_type_extension_with_receiver
()
src/resolver/infer_tests.rs:231
Function
property_type_no_keyword_returns_none
()
src/resolver/infer_tests.rs:276
Function
property_type_simple
()
src/resolver/infer_tests.rs:268
Function
property_type_with_internal_visibility_prefix
()
src/resolver/infer_tests.rs:252
Function
property_type_with_protected_visibility_prefix
()
src/resolver/infer_tests.rs:260
Function
property_type_with_public_visibility_prefix
()
src/resolver/infer_tests.rs:244
Function
prune_drops_entries_for_deleted_jars
()
src/indexer/sources_jar_cache_tests.rs:93
Function
qualified_access_uppercase_fallthrough_does_not_match_lambda_param
()
src/resolver/tests.rs:830
Function
qualified_extension_fn_uses_last_receiver_segment
()
src/parser_tests.rs:1704
Function
qualified_index_populated
()
src/indexer_tests.rs:67
Function
qualified_removed_on_reindex
()
src/indexer_tests.rs:73
Function
qualifier_deep_chain
()
src/indexer/scope_tests.rs:107
← previous
next →
2,401–2,500 of 3,021, ranked by callers