MCPcopy Index your code
hub / github.com/NVIDIA/OpenShell / ObjectId

Interface ObjectId

crates/openshell-core/src/metadata.rs:15–17  ·  view source on GitHub ↗

Provides access to the object's unique identifier.

Source from the content-addressed store, hash-verified

13
14/// Provides access to the object's unique identifier.
15pub trait ObjectId {
16 fn object_id(&self) -> &str;
17}
18
19/// Provides access to the object's human-readable name.
20pub trait ObjectName {

Callers

nothing calls this directly

Implementers 1

metadata.rscrates/openshell-core/src/metadata.rs

Calls

no outgoing calls

Tested by

no test coverage detected