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

Function restrictive_default_version_is_one

crates/openshell-policy/src/lib.rs:1485–1488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1483
1484 #[test]
1485 fn restrictive_default_version_is_one() {
1486 let policy = restrictive_default_policy();
1487 assert_eq!(policy.version, 1);
1488 }
1489
1490 #[test]
1491 fn parse_minimal_policy_yaml() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected