MCPcopy Create free account
hub / github.com/github/gh-aw / BenchmarkSanitizeErrorMessage

Function BenchmarkSanitizeErrorMessage

pkg/stringutil/sanitize_test.go:85–90  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

83}
84
85func BenchmarkSanitizeErrorMessage(b *testing.B) {
86 message := "Failed to use API_TOKEN and DATABASE_PASSWORD with GitHubToken"
87 for b.Loop() {
88 SanitizeErrorMessage(message)
89 }
90}
91
92// Additional edge case tests
93

Callers

nothing calls this directly

Calls 1

SanitizeErrorMessageFunction · 0.85

Tested by

no test coverage detected