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

Method object_id

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

Source from the content-addressed store, hash-verified

39// Implementations for Sandbox
40impl ObjectId for Sandbox {
41 fn object_id(&self) -> &str {
42 self.metadata.as_ref().map_or("", |m| m.id.as_str())
43 }
44}
45
46impl ObjectName for Sandbox {

Calls 1

as_strMethod · 0.45

Tested by 3

create_providerMethod · 0.64
create_providerMethod · 0.64