MCPcopy Create free account
hub / github.com/Recordscript/recordscript / is_empty

Method is_empty

libs/hbb_common/src/config.rs:573–575  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

571 }
572
573 pub fn is_empty(&self) -> bool {
574 (self.id.is_empty() && self.enc_id.is_empty()) || self.key_pair.0.is_empty()
575 }
576
577 pub fn get_home() -> PathBuf {
578 #[cfg(any(target_os = "android", target_os = "ios"))]

Callers 15

link_homebrew_m1Function · 0.80
newMethod · 0.80
primaryMethod · 0.80
validMethod · 0.80
allMethod · 0.80
availableMethod · 0.80
use_i444Method · 0.80
preferenceMethod · 0.80
request_remote_desktopFunction · 0.80
new_proxyMethod · 0.80
config.rsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected