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

Method object_labels

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

Source from the content-addressed store, hash-verified

51
52impl ObjectLabels for Sandbox {
53 fn object_labels(&self) -> Option<HashMap<String, String>> {
54 self.metadata.as_ref().map(|m| m.labels.clone())
55 }
56}
57
58impl SetResourceVersion for Sandbox {

Callers 6

update_provider_recordFunction · 0.80
put_scoped_messageMethod · 0.80
update_message_casMethod · 0.80
put_messageMethod · 0.80
refresh_sandboxesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected