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

Function save_sandbox_settings

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

Source from the content-addressed store, hash-verified

3738}
3739
3740pub(super) async fn save_sandbox_settings(
3741 store: &Store,
3742 sandbox_name: &str,
3743 settings: &StoredSettings,
3744) -> Result<(), Status> {
3745 save_settings_record(store, SANDBOX_SETTINGS_OBJECT_TYPE, sandbox_name, settings).await
3746}
3747
3748async fn load_settings_record(
3749 store: &Store,

Calls 1

save_settings_recordFunction · 0.85

Tested by

no test coverage detected