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

Function load_sandbox_settings

crates/openshell-server/src/grpc/policy.rs:3733–3738  ·  view source on GitHub ↗
(
    store: &Store,
    sandbox_name: &str,
)

Source from the content-addressed store, hash-verified

3731}
3732
3733pub(super) async fn load_sandbox_settings(
3734 store: &Store,
3735 sandbox_name: &str,
3736) -> Result<StoredSettings, Status> {
3737 load_settings_record(store, SANDBOX_SETTINGS_OBJECT_TYPE, sandbox_name).await
3738}
3739
3740pub(super) async fn save_sandbox_settings(
3741 store: &Store,

Calls 1

load_settings_recordFunction · 0.85

Tested by

no test coverage detected