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

Function build_ci_scopes_empty_on_none

crates/openshell-cli/src/oidc_auth.rs:514–517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512
513 #[test]
514 fn build_ci_scopes_empty_on_none() {
515 let scopes = build_ci_scopes(None);
516 assert!(scopes.is_empty());
517 }
518
519 #[test]
520 fn bundle_from_response_sets_fields() {

Callers

nothing calls this directly

Calls 1

build_ci_scopesFunction · 0.85

Tested by

no test coverage detected