Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DioxusLabs/dioxus-components
/ is_empty
Method
is_empty
primitives/src/selectable.rs:83–85 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
81
}
82
83
pub(crate) fn is_empty(&self) -> bool {
84
self.values.read().is_empty()
85
}
86
87
pub(crate) fn focused_option_id(&self) -> Option<String> {
88
self.collection.focused_key()
Callers
15
selected_text
Function · 0.45
join_class
Function · 0.45
DateSegment
Function · 0.45
AvatarImage
Function · 0.45
default_combobox_filter
Function · 0.45
color_name
Function · 0.45
compute_measurements
Function · 0.45
calculate_range
Function · 0.45
best_match
Function · 0.45
SelectValue
Function · 0.45
ColorField
Function · 0.45
message_matches_search
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected