MCPcopy 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_textFunction · 0.45
join_classFunction · 0.45
DateSegmentFunction · 0.45
AvatarImageFunction · 0.45
default_combobox_filterFunction · 0.45
color_nameFunction · 0.45
compute_measurementsFunction · 0.45
calculate_rangeFunction · 0.45
best_matchFunction · 0.45
SelectValueFunction · 0.45
ColorFieldFunction · 0.45
message_matches_searchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected