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

Method helperFailure

ctx_test.go:5763–5766  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

5761}
5762
5763func (s *mockContextAwareStorage) helperFailure(msg string, args ...any) {
5764 s.t.Helper()
5765 s.t.Fatalf(msg, args...)
5766}
5767
5768func (s *mockContextAwareStorage) GetWithContext(context.Context, string) ([]byte, error) {
5769 s.helperFailure("unexpected call to GetWithContext")

Callers 9

GetWithContextMethod · 0.95
GetMethod · 0.95
SetWithContextMethod · 0.95
SetMethod · 0.95
DeleteWithContextMethod · 0.95
DeleteMethod · 0.95
ResetWithContextMethod · 0.95
ResetMethod · 0.95

Calls 1

FatalfMethod · 0.65

Tested by

no test coverage detected