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

Function build_scopes_deduplicates_openid

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

Source from the content-addressed store, hash-verified

506
507 #[test]
508 fn build_scopes_deduplicates_openid() {
509 let scopes = build_scopes(Some("openid profile"));
510 assert_eq!(scopes.len(), 2);
511 }
512
513 #[test]
514 fn build_ci_scopes_empty_on_none() {

Callers

nothing calls this directly

Calls 1

build_scopesFunction · 0.85

Tested by

no test coverage detected