Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
impl ObjectId for Sandbox {
41
fn object_id(&self) -> &str {
42
self.metadata.as_ref().map_or(
""
, |m| m.id.as_str())
43
}
44
}
45
46
impl ObjectName for Sandbox {
Callers
15
proxy_to_endpoint
Function · 0.80
new_refresh_state
Function · 0.80
refresh_provider_credential
Function · 0.80
apply_minted_credential
Function · 0.80
refresh_rejects_minted_credential_key_collision_for_attached_sandbox
Function · 0.80
oauth2_refresh_token_refresh_mints_access_token_and_persists_rotated_refresh_token
Function · 0.80
refresh_worker_skips_non_gateway_mintable_strategies
Function · 0.80
upsert_cluster_inference_route
Function · 0.80
reap_expired_sessions
Function · 0.80
resolve_sandbox_by_name_for_principal
Function · 0.80
handle_update_config_inner
Function · 0.80
handle_get_sandbox_policy_status
Function · 0.80
Calls
1
as_str
Method · 0.45
Tested by
3
create_provider
Method · 0.64
create_provider
Method · 0.64
configure_provider_refresh
Method · 0.64