Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
impl ObjectName for Sandbox {
47
fn object_name(&self) -> &str {
48
self.metadata.as_ref().map_or(
""
, |m| m.name.as_str())
49
}
50
}
51
52
impl ObjectLabels for Sandbox {
Callers
15
delete_refresh_states_for_provider
Function · 0.80
new_refresh_state
Function · 0.80
build_cluster_inference_config
Function · 0.80
resolve_provider_route
Function · 0.80
handle_get_sandbox_config
Function · 0.80
profile_provider_policy_layers
Function · 0.80
handle_update_config_inner
Function · 0.80
handle_submit_policy_analysis
Function · 0.80
handle_approve_draft_chunk_inner
Function · 0.80
handle_reject_draft_chunk_inner
Function · 0.80
handle_approve_all_draft_chunks_inner
Function · 0.80
handle_undo_draft_chunk_inner
Function · 0.80
Calls
1
as_str
Method · 0.45
Tested by
4
create_provider
Method · 0.64
update_provider
Method · 0.64
create_provider
Method · 0.64
update_provider
Method · 0.64