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

Function reference_with_colon_passes_through

crates/openshell-core/src/image.rs:97–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96 #[test]
97 fn reference_with_colon_passes_through() {
98 let _guard = env_lock().lock().unwrap();
99 let input = "myimage:latest";
100 assert_eq!(resolve_community_image(input), input);
101 }
102
103 #[test]
104 fn reference_with_dot_passes_through() {

Callers

nothing calls this directly

Calls 1

env_lockFunction · 0.85

Tested by

no test coverage detected