MCPcopy Create free account
hub / github.com/DioxusLabs/dioxus-components / key

Method key

primitives/src/virtual/types.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub(crate) fn key(&self) -> Key {
26 self.key
27 }
28
29 pub(crate) fn index(&self) -> usize {
30 self.index

Callers 5

ComboboxOptionFunction · 0.45
ComboboxInputFunction · 0.45
resize_itemFunction · 0.45
SelectOptionFunction · 0.45
SelectListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected