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

Method object_name

crates/openshell-core/src/metadata.rs:47–49  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45
46impl ObjectName for Sandbox {
47 fn object_name(&self) -> &str {
48 self.metadata.as_ref().map_or("", |m| m.name.as_str())
49 }
50}
51
52impl ObjectLabels for Sandbox {

Calls 1

as_strMethod · 0.45

Tested by 4

create_providerMethod · 0.64
update_providerMethod · 0.64
create_providerMethod · 0.64
update_providerMethod · 0.64