MCPcopy Index your code
hub / github.com/segmentio/encoding / BenchmarkEscapeIndex7EscapeHTML

Function BenchmarkEscapeIndex7EscapeHTML

json/string_test.go:28–30  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

26}
27
28func BenchmarkEscapeIndex7EscapeHTML(b *testing.B) {
29 benchmarkEscapeIndex(b, "1234567", true)
30}
31
32func benchmarkEscapeIndex(b *testing.B, s string, escapeHTML bool) {
33 b.ResetTimer()

Callers

nothing calls this directly

Calls 1

benchmarkEscapeIndexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…