- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for containsReservedMetadata (0.36 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/generic-handlers_test.go
shouldFail: true, }, } func TestContainsReservedMetadata(t *testing.T) { for _, test := range containsReservedMetadataTests { t.Run("", func(t *testing.T) { contains := containsReservedMetadata(test.header) if contains && !test.shouldFail { t.Errorf("contains reserved header but should not fail") } else if !contains && test.shouldFail { t.Errorf("does not contain reserved header but failed")
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.2K bytes - Click Count (0)