MCPcopy
hub / github.com/gofiber/fiber / captureStorage

Struct captureStorage

ctx_test.go:5653–5656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5651}
5652
5653type captureStorage struct {
5654 t *testing.T
5655 data map[string][]byte
5656}
5657
5658func (s *captureStorage) helperFailure(msg string, args ...any) {
5659 s.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected