MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / is_empty

Method is_empty

packages/server/src/main.rs:844–850  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

842
843impl SelectorArgs {
844 fn is_empty(&self) -> bool {
845 self.id.is_none()
846 && self.label.is_none()
847 && self.value.is_none()
848 && self.element_type.is_none()
849 && self.index.is_none()
850 }
851
852 fn to_json(&self) -> Value {
853 serde_json::json!({

Callers 15

local_host_nameFunction · 0.80
parse_io_platform_uuidFunction · 0.80
command_service_urlFunction · 0.80
command_arg_afterFunction · 0.80
service_addressesFunction · 0.80
pairing_addressesFunction · 0.80
simdeck_pair_urlFunction · 0.80
simdeck_open_linkFunction · 0.80
simdeck_user_state_dirFunction · 0.80
ui_url_from_baseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected