Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ atom
Function
atom
src/atom.rs:55–57 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
53
/// ```
54
#[inline]
55
pub fn atom(s: &str) -> Atom {
56
ustr::ustr(s)
57
}
58
59
/// Intern a string after lowercasing ASCII characters.
60
///
Callers
15
test_build_substitution_map_basic
Function · 0.85
test_build_substitution_map_chained
Function · 0.85
test_apply_substitution_to_method_modifies_return_and_params
Function · 0.85
test_extends_generics_propagate_through_parent_use_generics
Function · 0.85
test_apply_generic_args_right_aligns_single_arg_for_collection
Function · 0.85
test_apply_generic_args_no_right_align_when_all_args_provided
Function · 0.85
test_apply_generic_args_no_right_align_without_key_bound
Function · 0.85
test_apply_generic_args_right_align_with_int_bound
Function · 0.85
build_method_detail_simple
Function · 0.85
build_method_detail_with_params
Function · 0.85
build_class_detail_with_parent_and_interfaces
Function · 0.85
build_class_detail_interface_uses_extends
Function · 0.85
Calls
no outgoing calls
Tested by
15
test_build_substitution_map_basic
Function · 0.68
test_build_substitution_map_chained
Function · 0.68
test_apply_substitution_to_method_modifies_return_and_params
Function · 0.68
test_extends_generics_propagate_through_parent_use_generics
Function · 0.68
test_apply_generic_args_right_aligns_single_arg_for_collection
Function · 0.68
test_apply_generic_args_no_right_align_when_all_args_provided
Function · 0.68
test_apply_generic_args_no_right_align_without_key_bound
Function · 0.68
test_apply_generic_args_right_align_with_int_bound
Function · 0.68
build_method_detail_simple
Function · 0.68
build_method_detail_with_params
Function · 0.68
build_class_detail_with_parent_and_interfaces
Function · 0.68
build_class_detail_interface_uses_extends
Function · 0.68