MCPcopy Index your code
hub / github.com/dunglas/httpsfv / TestAssertBareItem

Function TestAssertBareItem

bareitem_test.go:58–68  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

56}
57
58func TestAssertBareItem(t *testing.T) {
59 t.Parallel()
60
61 defer func() {
62 if r := recover(); r == nil {
63 t.Errorf("The code did not panic")
64 }
65 }()
66
67 assertBareItem(time.Second)
68}

Callers

nothing calls this directly

Calls 1

assertBareItemFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…