MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / no_header_no_panic

Function no_header_no_panic

atomic-remote/src/version.rs:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114 #[test]
115 fn no_header_no_panic() {
116 let headers = HeaderMap::new();
117 // Should not panic or print anything
118 check_min_version_header(&headers);
119 }
120
121 #[test]
122 fn header_already_satisfied_no_warn() {

Callers

nothing calls this directly

Calls 1

check_min_version_headerFunction · 0.85

Tested by

no test coverage detected