MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / exists

Method exists

crates/openshell-vfio/src/sysfs.rs:104–106  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

102 }
103
104 pub(crate) fn exists(&self) -> bool {
105 self.path().exists()
106 }
107
108 pub(crate) fn file(&self, name: &str) -> PathBuf {
109 self.path().join(name)

Callers 15

from_active_clusterMethod · 0.80
find_repo_rootFunction · 0.80
find_repo_rootFunction · 0.80
ensure_existingFunction · 0.80
reset_directoryFunction · 0.80
merge_directoryFunction · 0.80
copy_if_existsFunction · 0.80
remove_docsFunction · 0.80
clear_active_gatewayFunction · 0.80

Calls 1

pathMethod · 0.80