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

Function load_global_settings

crates/openshell-server/src/grpc/policy.rs:3716–3718  ·  view source on GitHub ↗
(store: &Store)

Source from the content-addressed store, hash-verified

3714}
3715
3716pub(super) async fn load_global_settings(store: &Store) -> Result<StoredSettings, Status> {
3717 load_settings_record(store, GLOBAL_SETTINGS_OBJECT_TYPE, GLOBAL_SETTINGS_NAME).await
3718}
3719
3720pub(super) async fn save_global_settings(
3721 store: &Store,

Calls 1

load_settings_recordFunction · 0.85

Tested by

no test coverage detected